We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6871657 commit c5dd10bCopy full SHA for c5dd10b
llvm/utils/gn/secondary/llvm/unittests/ADT/BUILD.gn
@@ -26,6 +26,7 @@ unittest("ADTTests") {
26
"CoalescingBitVectorTest.cpp",
27
"CombinationGeneratorTest.cpp",
28
"ConcurrentHashtableTest.cpp",
29
+ "CountCopyAndMove.cpp",
30
"DAGDeltaAlgorithmTest.cpp",
31
"DeltaAlgorithmTest.cpp",
32
"DenseMapTest.cpp",
@@ -60,7 +61,6 @@ unittest("ADTTests") {
60
61
"LazyAtomicPointerTest.cpp",
62
"MapVectorTest.cpp",
63
"MappedIteratorTest.cpp",
- "MoveOnly.cpp",
64
"PackedVectorTest.cpp",
65
"PagedVectorTest.cpp",
66
"PointerEmbeddedIntTest.cpp",
0 commit comments