diff options
author | Anna Zaks <ganna@apple.com> | 2012-03-13 22:15:55 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2012-03-13 22:15:55 +0000 |
commit | fc544e3d52c43746b1b273f38ec7d65461f0064a (patch) | |
tree | f6de71569287334abe7c8deef4b02bc0de9e92a9 /test/Analysis/inline-unique-reports.c | |
parent | 3054f097f813d19090bdb23645dcd48df71d1a89 (diff) |
[analyzer] Call enter/exit diagnostic should refer to caller/callee,
respectively.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152676 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/inline-unique-reports.c')
-rw-r--r-- | test/Analysis/inline-unique-reports.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/inline-unique-reports.c b/test/Analysis/inline-unique-reports.c index 83df2d84de..b4f032d74e 100644 --- a/test/Analysis/inline-unique-reports.c +++ b/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 'bug'</string> +// CHECK: <string>Entered call // CHECK: <key>message</key> -// CHECK: <string>Entered call to 'bug'</string> +// CHECK: <string>Entered call // CHECK: </dict> // CHECK: <dict> // CHECK: <key>kind</key><string>control</string> |