From d4e9059fe0af95c0b0ef75f99e8c1a5b005c3ca2 Mon Sep 17 00:00:00 2001 From: Anna Zaks Date: Wed, 14 Mar 2012 18:58:28 +0000 Subject: [analyzer] Diagnostics: Supply Caller information even if the bug occurs in the callee. llvm-svn: 152734 --- clang/test/Analysis/inline-plist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Analysis/inline-plist.c') diff --git a/clang/test/Analysis/inline-plist.c b/clang/test/Analysis/inline-plist.c index 15b2070f239..852e93dff66 100644 --- a/clang/test/Analysis/inline-plist.c +++ b/clang/test/Analysis/inline-plist.c @@ -281,7 +281,7 @@ void test_has_bug() { // CHECK: // CHECK: depth1 // CHECK: extended_message -// CHECK: Entered call +// CHECK: Entered call from 'test_has_bug' // CHECK: message // CHECK: Entered call // CHECK: -- cgit v1.2.3