summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/PointerIntPairTest.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-02-17 15:36:01 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-02-17 15:36:01 +0000
commit944511621e77e59c315ea5edb05718c5ad754b6a (patch)
tree85f99209a6f8e3d5682b43e8912c92b183070710 /llvm/unittests/ADT/PointerIntPairTest.cpp
parent6cd780ff2143656df213359b7a6df9a5a9237e17 (diff)
downloadbcm5719-llvm-944511621e77e59c315ea5edb05718c5ad754b6a.tar.gz
bcm5719-llvm-944511621e77e59c315ea5edb05718c5ad754b6a.zip
ADT/PointerIntPairTest.cpp: Prune obsolete #if. We don't support msc17 anymore.
llvm-svn: 229501
Diffstat (limited to 'llvm/unittests/ADT/PointerIntPairTest.cpp')
-rw-r--r--llvm/unittests/ADT/PointerIntPairTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/unittests/ADT/PointerIntPairTest.cpp b/llvm/unittests/ADT/PointerIntPairTest.cpp
index 296d47590d7..0bbcd9f869e 100644
--- a/llvm/unittests/ADT/PointerIntPairTest.cpp
+++ b/llvm/unittests/ADT/PointerIntPairTest.cpp
@@ -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
OpenPOWER on IntegriCloud