diff options
-rw-r--r-- | test/Analysis/inline-plist.c | 2 |
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 '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> |