aboutsummaryrefslogtreecommitdiff
path: root/unittests/ADT/TripleTest.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-06-30 16:26:57 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-06-30 16:26:57 +0000
commit697b3780ac2297477c1bd799c9978e5dc49148f1 (patch)
treef94228344516a507d8f576988c8c5f66100aff89 /unittests/ADT/TripleTest.cpp
parent2a4aa97f0d938a5d2ef03d8a83d9bde3f9f33fb1 (diff)
Revert my intentional breakage.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74531 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/ADT/TripleTest.cpp')
-rw-r--r--unittests/ADT/TripleTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/unittests/ADT/TripleTest.cpp b/unittests/ADT/TripleTest.cpp
index c6d7db03e4..dee09f46ee 100644
--- a/unittests/ADT/TripleTest.cpp
+++ b/unittests/ADT/TripleTest.cpp
@@ -132,8 +132,6 @@ TEST(TripleTest, MutateName) {
EXPECT_EQ(Triple::PC, T.getVendor());
EXPECT_EQ(Triple::Darwin, T.getOS());
EXPECT_EQ("i386-pc-darwin", T.getTriple());
-
- EXPECT_EQ("true", "false");
}
}