summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/BitVectorTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/ADT/BitVectorTest.cpp')
-rw-r--r--llvm/unittests/ADT/BitVectorTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/unittests/ADT/BitVectorTest.cpp b/llvm/unittests/ADT/BitVectorTest.cpp
index fea58422c5f..5d3830972a6 100644
--- a/llvm/unittests/ADT/BitVectorTest.cpp
+++ b/llvm/unittests/ADT/BitVectorTest.cpp
@@ -6,9 +6,6 @@
//
//===----------------------------------------------------------------------===//
-// Some of these tests fail on PowerPC for unknown reasons.
-#ifndef __ppc__
-
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/SmallBitVector.h"
#include "gtest/gtest.h"
@@ -1153,4 +1150,3 @@ TYPED_TEST(BitVectorTest, PushBack) {
EXPECT_EQ(102U, Vec.count());
}
}
-#endif
OpenPOWER on IntegriCloud