summaryrefslogtreecommitdiff
path: root/unittests/ADT/SmallBitVectorTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/ADT/SmallBitVectorTest.cpp')
-rw-r--r--unittests/ADT/SmallBitVectorTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/ADT/SmallBitVectorTest.cpp b/unittests/ADT/SmallBitVectorTest.cpp
index e12abfe20d..9c69aad5a9 100644
--- a/unittests/ADT/SmallBitVectorTest.cpp
+++ b/unittests/ADT/SmallBitVectorTest.cpp
@@ -185,4 +185,5 @@ TEST(SmallBitVectorTest, ProxyIndex) {
Vec[2] = Vec[1] = Vec[0] = false;
EXPECT_TRUE(Vec.none());
}
+
}