[Lldb-commits] [lldb] 550b2ef - [lldb][test][NFC] Rename Language.cpp to LanguageTest.cpp
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Sun Oct 5 23:55:39 PDT 2025
Author: Michael Buch
Date: 2025-10-06T07:55:12+01:00
New Revision: 550b2ef041ba16ee8b5f55b5f2307f501b2c15a0
URL: https://github.com/llvm/llvm-project/commit/550b2ef041ba16ee8b5f55b5f2307f501b2c15a0
DIFF: https://github.com/llvm/llvm-project/commit/550b2ef041ba16ee8b5f55b5f2307f501b2c15a0.diff
LOG: [lldb][test][NFC] Rename Language.cpp to LanguageTest.cpp
So it's consistent with the other tests in this directory.
Also aligns with the source file header comment.
Added:
lldb/unittests/Target/LanguageTest.cpp
Modified:
lldb/unittests/Target/CMakeLists.txt
Removed:
lldb/unittests/Target/Language.cpp
################################################################################
diff --git a/lldb/unittests/Target/CMakeLists.txt b/lldb/unittests/Target/CMakeLists.txt
index 0c79675a3d890..83eec3b1117bf 100644
--- a/lldb/unittests/Target/CMakeLists.txt
+++ b/lldb/unittests/Target/CMakeLists.txt
@@ -2,7 +2,7 @@ add_lldb_unittest(TargetTests
ABITest.cpp
DynamicRegisterInfoTest.cpp
ExecutionContextTest.cpp
- Language.cpp
+ LanguageTest.cpp
LocateModuleCallbackTest.cpp
MemoryRegionInfoTest.cpp
MemoryTest.cpp
diff --git a/lldb/unittests/Target/Language.cpp b/lldb/unittests/Target/LanguageTest.cpp
similarity index 100%
rename from lldb/unittests/Target/Language.cpp
rename to lldb/unittests/Target/LanguageTest.cpp
More information about the lldb-commits
mailing list