Skip to content

Commit

Permalink
[flang][driver] Rename unittest file (nfc)
Browse files Browse the repository at this point in the history
This patch renames PrintPreprocessedTest.cpp as FrontendActionTest.cpp.
The latter reflects the contents of the file more accurately.
  • Loading branch information
banach-space committed Dec 18, 2020
1 parent 95c7b6c commit db2195b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flang/unittests/Frontend/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
add_flang_unittest(FlangFrontendTests
CompilerInstanceTest.cpp
InputOutputTest.cpp
PrintPreprocessedTest.cpp
FrontendActionTest.cpp
)

target_link_libraries(FlangFrontendTests
Expand Down

0 comments on commit db2195b

Please sign in to comment.