summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/inline-unique-reports.c
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2012-03-13 22:15:55 +0000
committerAnna Zaks <ganna@apple.com>2012-03-13 22:15:55 +0000
commit6e5b48a6b4844b6ce62d4e7acca0469136f61693 (patch)
treee4316790deeab9422e278de729c82a9573253296 /clang/test/Analysis/inline-unique-reports.c
parent7bf83096dfb783ec80227009f5226e69b2071d20 (diff)
downloadbcm5719-llvm-6e5b48a6b4844b6ce62d4e7acca0469136f61693.tar.gz
bcm5719-llvm-6e5b48a6b4844b6ce62d4e7acca0469136f61693.zip
[analyzer] Call enter/exit diagnostic should refer to caller/callee,
respectively. llvm-svn: 152676
Diffstat (limited to 'clang/test/Analysis/inline-unique-reports.c')
-rw-r--r--clang/test/Analysis/inline-unique-reports.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Analysis/inline-unique-reports.c b/clang/test/Analysis/inline-unique-reports.c
index 83df2d84de0..b4f032d74e5 100644
--- a/clang/test/Analysis/inline-unique-reports.c
+++ b/clang/test/Analysis/inline-unique-reports.c
@@ -97,9 +97,9 @@ void test_bug_2() {
// CHECK: <key>file</key><integer>0</integer>
// CHECK: </dict>
// CHECK: <key>extended_message</key>
-// CHECK: <string>Entered call to &apos;bug&apos;</string>
+// CHECK: <string>Entered call
// CHECK: <key>message</key>
-// CHECK: <string>Entered call to &apos;bug&apos;</string>
+// CHECK: <string>Entered call
// CHECK: </dict>
// CHECK: <dict>
// CHECK: <key>kind</key><string>control</string>
OpenPOWER on IntegriCloud