Skip to content

Commit db2195b

Browse files
committed
[flang][driver] Rename unittest file (nfc)
This patch renames PrintPreprocessedTest.cpp as FrontendActionTest.cpp. The latter reflects the contents of the file more accurately.
1 parent 95c7b6c commit db2195b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

flang/unittests/Frontend/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
add_flang_unittest(FlangFrontendTests
22
CompilerInstanceTest.cpp
33
InputOutputTest.cpp
4-
PrintPreprocessedTest.cpp
4+
FrontendActionTest.cpp
55
)
66

77
target_link_libraries(FlangFrontendTests
File renamed without changes.

0 commit comments

Comments
 (0)