[cfe-commits] r152857 - /cfe/trunk/test/Analysis/inline-plist.c
Ted Kremenek
kremenek at apple.com
Thu Mar 15 14:55:39 PDT 2012
Author: kremenek
Date: Thu Mar 15 16:55:38 2012
New Revision: 152857
URL: http://llvm.org/viewvc/llvm-project?rev=152857&view=rev
Log:
Do not truncate expected plist output in FileCheck test.
Modified:
cfe/trunk/test/Analysis/inline-plist.c
Modified: cfe/trunk/test/Analysis/inline-plist.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/inline-plist.c?rev=152857&r1=152856&r2=152857&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/inline-plist.c (original)
+++ cfe/trunk/test/Analysis/inline-plist.c Thu Mar 15 16:55:38 2012
@@ -283,7 +283,7 @@
// CHECK: <key>extended_message</key>
// CHECK: <string>Entered call from 'test_has_bug'</string>
// CHECK: <key>message</key>
-// CHECK: <string>Entered call
+// CHECK: <string>Entered call from 'test_has_bug'</string>
// CHECK: </dict>
// CHECK: <dict>
// CHECK: <key>kind</key><string>control</string>
More information about the cfe-commits
mailing list