Intentionally break a unittest to test my buildbot gtest command.

- Apologies in advance for the noise.

llvm-svn: 74530
This commit is contained in:
Daniel Dunbar 2009-06-30 16:11:58 +00:00
parent 3971273aa2
commit c9de159696
1 changed files with 2 additions and 0 deletions

View 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");
}
}