aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2012-03-15 21:55:38 +0000
committerTed Kremenek <kremenek@apple.com>2012-03-15 21:55:38 +0000
commit76b85acdd253cc33bbebde7f25fe50d908742e7d (patch)
tree86e2f14981cef9d61d645c54541b5347301c7f2a
parentd7b83148ac0a537f5ec9be9d87bbec62b75435f4 (diff)
Do not truncate expected plist output in FileCheck test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152857 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Analysis/inline-plist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/inline-plist.c b/test/Analysis/inline-plist.c
index 852e93dff6..8b0e40541d 100644
--- a/test/Analysis/inline-plist.c
+++ b/test/Analysis/inline-plist.c
@@ -283,7 +283,7 @@ void test_has_bug() {
// CHECK: <key>extended_message</key>
// CHECK: <string>Entered call from &apos;test_has_bug&apos;</string>
// CHECK: <key>message</key>
-// CHECK: <string>Entered call
+// CHECK: <string>Entered call from &apos;test_has_bug&apos;</string>
// CHECK: </dict>
// CHECK: <dict>
// CHECK: <key>kind</key><string>control</string>