forked from OSchip/llvm-project
[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:
parent
95c7b6cadb
commit
db2195bc5b
|
@ -1,7 +1,7 @@
|
|||
add_flang_unittest(FlangFrontendTests
|
||||
CompilerInstanceTest.cpp
|
||||
InputOutputTest.cpp
|
||||
PrintPreprocessedTest.cpp
|
||||
FrontendActionTest.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(FlangFrontendTests
|
||||
|
|
Loading…
Reference in New Issue