commit | 3f5e91565273e3f4639d37ee5a5b856699e8c9e5 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Fri Apr 30 20:50:28 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Fri Apr 30 20:50:28 2010 +0000 |
tree | f5ba807a1f87467d382a9ff038f79937f895bb8c | |
parent | 8fcd418d6e47278658cbab851be25400b1402e9a [diff] [blame] |
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
diff --git a/unittests/ADT/SmallBitVectorTest.cpp b/unittests/ADT/SmallBitVectorTest.cpp index e12abfe..9c69aad 100644 --- a/unittests/ADT/SmallBitVectorTest.cpp +++ b/unittests/ADT/SmallBitVectorTest.cpp
@@ -185,4 +185,5 @@ Vec[2] = Vec[1] = Vec[0] = false; EXPECT_TRUE(Vec.none()); } + }