diff options
Diffstat (limited to 'clang/test/Analysis/bug_hash_test.m')
-rw-r--r-- | clang/test/Analysis/bug_hash_test.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/bug_hash_test.m b/clang/test/Analysis/bug_hash_test.m index 1e99d3c0b9a..debed329bdd 100644 --- a/clang/test/Analysis/bug_hash_test.m +++ b/clang/test/Analysis/bug_hash_test.m @@ -1,4 +1,4 @@ -// RUN: %clang_analyze_cc1 -fblocks -analyzer-checker=core,debug.DumpBugHash -analyzer-output=plist %s -o %t.plist +// RUN: %clang_cc1 -fblocks -analyze -analyzer-checker=core,debug.DumpBugHash -analyzer-output=plist %s -o %t.plist // RUN: FileCheck --input-file=%t.plist %s @protocol NSObject |