Skip to content

Commit af61ed8

Browse files
committed
[gardening] Standardize ./unittests/Basic so that all tests have the Test.cpp suffix.
1 parent 79c4034 commit af61ed8

9 files changed

+8
-8
lines changed

unittests/Basic/CMakeLists.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ add_swift_unittest(SwiftBasicTests
1111
RangeTest.cpp
1212
BlotMapVectorTest.cpp
1313
ClusteredBitVectorTest.cpp
14-
Demangle.cpp
14+
DemangleTest.cpp
1515
EditorPlaceholderTest.cpp
1616
EncodedSequenceTest.cpp
17-
FileSystemTests.cpp
18-
ImmutablePointerSetTests.cpp
17+
FileSystemTest.cpp
18+
ImmutablePointerSetTest.cpp
1919
PointerIntEnumTest.cpp
2020
PrefixMapTest.cpp
21-
SourceManager.cpp
21+
SourceManagerTest.cpp
2222
StringExtrasTest.cpp
2323
SuccessorMapTest.cpp
24-
ThreadSafeRefCntPointerTests.cpp
25-
TransformArrayRef.cpp
26-
TreeScopedHashTableTests.cpp
27-
Unicode.cpp
24+
ThreadSafeRefCntPointerTest.cpp
25+
TransformArrayRefTest.cpp
26+
TreeScopedHashTableTest.cpp
27+
UnicodeTest.cpp
2828
${generated_tests}
2929
)
3030

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)