From db2195bc5b3e3ef60e840d5877a62871a369203c Mon Sep 17 00:00:00 2001 From: Andrzej Warzynski Date: Fri, 18 Dec 2020 15:32:55 +0000 Subject: [PATCH] [flang][driver] Rename unittest file (nfc) This patch renames PrintPreprocessedTest.cpp as FrontendActionTest.cpp. The latter reflects the contents of the file more accurately. --- flang/unittests/Frontend/CMakeLists.txt | 2 +- .../Frontend/{PrintPreprocessedTest.cpp => FrontendActionTest.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename flang/unittests/Frontend/{PrintPreprocessedTest.cpp => FrontendActionTest.cpp} (100%) diff --git a/flang/unittests/Frontend/CMakeLists.txt b/flang/unittests/Frontend/CMakeLists.txt index 8ecdaf3..fb8160b 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 -- 2.7.4