[llvm-branch-commits] [flang] db2195b - [flang][driver] Rename unittest file (nfc)
Andrzej Warzynski via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Dec 18 07:40:48 PST 2020
Author: Andrzej Warzynski
Date: 2020-12-18T15:35:45Z
New Revision: db2195bc5b3e3ef60e840d5877a62871a369203c
URL: https://github.com/llvm/llvm-project/commit/db2195bc5b3e3ef60e840d5877a62871a369203c
DIFF: https://github.com/llvm/llvm-project/commit/db2195bc5b3e3ef60e840d5877a62871a369203c.diff
LOG: [flang][driver] Rename unittest file (nfc)
This patch renames PrintPreprocessedTest.cpp as FrontendActionTest.cpp.
The latter reflects the contents of the file more accurately.
Added:
flang/unittests/Frontend/FrontendActionTest.cpp
Modified:
flang/unittests/Frontend/CMakeLists.txt
Removed:
flang/unittests/Frontend/PrintPreprocessedTest.cpp
################################################################################
diff --git a/flang/unittests/Frontend/CMakeLists.txt b/flang/unittests/Frontend/CMakeLists.txt
index 8ecdaf3ba9c7..fb8160bb023c 100644
--- a/flang/unittests/Frontend/CMakeLists.txt
+++ b/flang/unittests/Frontend/CMakeLists.txt
@@ -1,7 +1,7 @@
add_flang_unittest(FlangFrontendTests
CompilerInstanceTest.cpp
InputOutputTest.cpp
- PrintPreprocessedTest.cpp
+ FrontendActionTest.cpp
)
target_link_libraries(FlangFrontendTests
diff --git a/flang/unittests/Frontend/PrintPreprocessedTest.cpp b/flang/unittests/Frontend/FrontendActionTest.cpp
similarity index 100%
rename from flang/unittests/Frontend/PrintPreprocessedTest.cpp
rename to flang/unittests/Frontend/FrontendActionTest.cpp
More information about the llvm-branch-commits
mailing list