aboutsummaryrefslogtreecommitdiffstats
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
commitbd1f9defe6d4ac42dc4da1d2d4d1f9ea54165a3c (patch)
tree83d8059a5c7ca08d8f7f859d1362b10ef5ad87ac
parent47060228d2a74bdfe8cc8876a4f2c665b8c8796e (diff)
downloadexternal_llvm-bd1f9defe6d4ac42dc4da1d2d4d1f9ea54165a3c.zip
external_llvm-bd1f9defe6d4ac42dc4da1d2d4d1f9ea54165a3c.tar.gz
external_llvm-bd1f9defe6d4ac42dc4da1d2d4d1f9ea54165a3c.tar.bz2
Intentionally break a unittest to test my buildbot gtest command.
- Apologies in advance for the noise. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74530 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--unittests/ADT/TripleTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/unittests/ADT/TripleTest.cpp b/unittests/ADT/TripleTest.cpp
index dee09f4..c6d7db0 100644
--- a/unittests/ADT/TripleTest.cpp
+++ b/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");
}
}