[flang][driver] Rename unittest file (nfc)

This patch renames PrintPreprocessedTest.cpp as FrontendActionTest.cpp.
The latter reflects the contents of the file more accurately.
This commit is contained in:
Andrzej Warzynski 2020-12-18 15:32:55 +00:00
parent 95c7b6cadb
commit db2195bc5b
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
add_flang_unittest(FlangFrontendTests
CompilerInstanceTest.cpp
InputOutputTest.cpp
PrintPreprocessedTest.cpp
FrontendActionTest.cpp
)
target_link_libraries(FlangFrontendTests