summaryrefslogtreecommitdiff
path: root/unittests/ADT
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
commit2a4aa97f0d938a5d2ef03d8a83d9bde3f9f33fb1 (patch)
tree83d8059a5c7ca08d8f7f859d1362b10ef5ad87ac /unittests/ADT
parentb79742cd471b06a2c44ac1d247cd1e6d5dc123c2 (diff)
downloadllvm-2a4aa97f0d938a5d2ef03d8a83d9bde3f9f33fb1.tar.gz
llvm-2a4aa97f0d938a5d2ef03d8a83d9bde3f9f33fb1.tar.bz2
llvm-2a4aa97f0d938a5d2ef03d8a83d9bde3f9f33fb1.tar.xz
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
Diffstat (limited to 'unittests/ADT')
-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 dee09f46ee..c6d7db03e4 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");
}
}