Intentionally break a unittest to test my buildbot gtest command.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 30 Jun 2009 16:11:58 +0000 (16:11 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 30 Jun 2009 16:11:58 +0000 (16:11 +0000)
 - Apologies in advance for the noise.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74530 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/ADT/TripleTest.cpp

index dee09f46ee9114192bac7391995c44cdf16d8938..c6d7db03e4496c13ddd731478677f1d750ca23ff 100644 (file)
@@ -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");
 }
 
 }