From 58b961d1762a64d76e22ed60eec61a50ac556b8e Mon Sep 17 00:00:00 2001 From: Anna Zaks Date: Tue, 8 Jan 2013 00:25:22 +0000 Subject: [analyzer] Plist: change the type of issue_hash from int to string. This gives more flexibility to what could be stored as issue_hash. llvm-svn: 171824 --- clang/test/Analysis/inline-unique-reports.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Analysis/inline-unique-reports.c') diff --git a/clang/test/Analysis/inline-unique-reports.c b/clang/test/Analysis/inline-unique-reports.c index 356ab721141..9a8cd7f495a 100644 --- a/clang/test/Analysis/inline-unique-reports.c +++ b/clang/test/Analysis/inline-unique-reports.c @@ -172,7 +172,7 @@ void test_bug_2() { // CHECK: typeDereference of null pointer // CHECK: issue_context_kindfunction // CHECK: issue_contextbug -// CHECK: issue_hash1 +// CHECK: issue_hash1 // CHECK: location // CHECK: // CHECK: line5 -- cgit v1.2.3