mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
ADT/PointerIntPairTest.cpp: Prune obsolete #if. We don't support msc17 anymore.
llvm-svn: 229501
This commit is contained in:
parent
21bee91af5
commit
a34ef0b5be
@ -42,7 +42,6 @@ TEST_F(PointerIntPairTest, DefaultInitialize) {
|
||||
EXPECT_EQ(0U, Pair.getInt());
|
||||
}
|
||||
|
||||
#if !(defined(_MSC_VER) && _MSC_VER==1700)
|
||||
TEST_F(PointerIntPairTest, ManyUnusedBits) {
|
||||
// In real code this would be a word-sized integer limited to 31 bits.
|
||||
struct Fixnum31 {
|
||||
@ -71,6 +70,5 @@ TEST_F(PointerIntPairTest, ManyUnusedBits) {
|
||||
EXPECT_EQ(FixnumPointerTraits::NumLowBitsAvailable - 1,
|
||||
PointerLikeTypeTraits<decltype(pair)>::NumLowBitsAvailable);
|
||||
}
|
||||
#endif
|
||||
|
||||
} // end anonymous namespace
|
||||
|
Loading…
Reference in New Issue
Block a user