summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-06-30 16:11:58 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-06-30 16:11:58 +0000
commitc9de1596968664c5e2a9a3d883a77d09e25dfd79 (patch)
treec1404d03d294591dc71053eb05c74e44b8dc0cc2
parent3971273aa2bb259e6f46fd0b6b8352e61419ae39 (diff)
downloadbcm5719-llvm-c9de1596968664c5e2a9a3d883a77d09e25dfd79.tar.gz
bcm5719-llvm-c9de1596968664c5e2a9a3d883a77d09e25dfd79.zip
Intentionally break a unittest to test my buildbot gtest command.
- Apologies in advance for the noise. llvm-svn: 74530
-rw-r--r--llvm/unittests/ADT/TripleTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/unittests/ADT/TripleTest.cpp b/llvm/unittests/ADT/TripleTest.cpp
index dee09f46ee9..c6d7db03e44 100644
--- a/llvm/unittests/ADT/TripleTest.cpp
+++ b/llvm/unittests/ADT/TripleTest.cpp
@@ -132,6 +132,8 @@ 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");
}
}
OpenPOWER on IntegriCloud