Skip to content

Commit 035bb06

Browse files
committed
Fix file order
1 parent f37c5b2 commit 035bb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/ADT/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ add_llvm_unittest(ADTTests
7575
SmallPtrSetTest.cpp
7676
SmallSetTest.cpp
7777
SmallStringTest.cpp
78-
SmallVectorTest.cpp
7978
SmallVectorExtrasTest.cpp
79+
SmallVectorTest.cpp
8080
SparseBitVectorTest.cpp
8181
SparseMultiSetTest.cpp
8282
SparseSetTest.cpp

0 commit comments

Comments
 (0)