aboutsummaryrefslogtreecommitdiff
path: root/unittests/ADT/SmallBitVectorTest.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-30 20:50:28 +0000
committerDan Gohman <gohman@apple.com>2010-04-30 20:50:28 +0000
commit3f5e91565273e3f4639d37ee5a5b856699e8c9e5 (patch)
treef5ba807a1f87467d382a9ff038f79937f895bb8c /unittests/ADT/SmallBitVectorTest.cpp
parent8fcd418d6e47278658cbab851be25400b1402e9a (diff)
Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp,
and fix a bug in BitVector's reference proxy class which this exposed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102768 91177308-0d34-0410-b5e6-96231b3b80d8
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());
}
+
}