Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp,
authorDan Gohman <gohman@apple.com>
Fri, 30 Apr 2010 20:50:28 +0000 (20:50 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 30 Apr 2010 20:50:28 +0000 (20:50 +0000)
commit3f5e91565273e3f4639d37ee5a5b856699e8c9e5
treef5ba807a1f87467d382a9ff038f79937f895bb8c
parent8fcd418d6e47278658cbab851be25400b1402e9a
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
include/llvm/ADT/BitVector.h
unittests/ADT/BitVectorTest.cpp
unittests/ADT/SmallBitVectorTest.cpp