diff options
Diffstat (limited to 'test/Analysis/objc-method-coverage.m')
| -rw-r--r-- | test/Analysis/objc-method-coverage.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/objc-method-coverage.m b/test/Analysis/objc-method-coverage.m index 489c19ba6c62..1915586de93a 100644 --- a/test/Analysis/objc-method-coverage.m +++ b/test/Analysis/objc-method-coverage.m @@ -1,5 +1,5 @@ // REQUIRES: asserts -// RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-stats -fblocks %s 2>&1 | FileCheck %s +// RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-stats -fblocks %s 2>&1 | FileCheck %s @interface I int f() { return 0; |
