OSDN Git Service

[flang][driver] Rename unittest file (nfc)
authorAndrzej Warzynski <andrzej.warzynski@arm.com>
Fri, 18 Dec 2020 15:32:55 +0000 (15:32 +0000)
committerAndrzej Warzynski <andrzej.warzynski@arm.com>
Fri, 18 Dec 2020 15:35:45 +0000 (15:35 +0000)
This patch renames PrintPreprocessedTest.cpp as FrontendActionTest.cpp.
The latter reflects the contents of the file more accurately.

flang/unittests/Frontend/CMakeLists.txt
flang/unittests/Frontend/FrontendActionTest.cpp [moved from flang/unittests/Frontend/PrintPreprocessedTest.cpp with 100% similarity]

index 8ecdaf3..fb8160b 100644 (file)
@@ -1,7 +1,7 @@
 add_flang_unittest(FlangFrontendTests
   CompilerInstanceTest.cpp
   InputOutputTest.cpp
-  PrintPreprocessedTest.cpp
+  FrontendActionTest.cpp
 )
 
 target_link_libraries(FlangFrontendTests