aboutsummaryrefslogtreecommitdiff
path: root/unittests/VMCore/MetadataTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/VMCore/MetadataTest.cpp')
-rw-r--r--unittests/VMCore/MetadataTest.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/unittests/VMCore/MetadataTest.cpp b/unittests/VMCore/MetadataTest.cpp
index bdb38ef92c..22b909969d 100644
--- a/unittests/VMCore/MetadataTest.cpp
+++ b/unittests/VMCore/MetadataTest.cpp
@@ -119,8 +119,6 @@ TEST(MDNodeTest, Delete) {
EXPECT_STREQ("!0 = metadata !{null}\n", oss.str().c_str());
}
- // FIXME: Disabled, this crashes on linux.
-#if 0
TEST(NamedMDNodeTest, Search) {
Constant *C = ConstantInt::get(Type::Int32Ty, 1);
Constant *C2 = ConstantInt::get(Type::Int32Ty, 2);
@@ -141,5 +139,4 @@ TEST(NamedMDNodeTest, Search) {
"!1 = metadata !{i32 2}\n",
oss.str().c_str());
}
-#endif
}