diff options
Diffstat (limited to 'test/Analysis/live-variables.m')
-rw-r--r-- | test/Analysis/live-variables.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/live-variables.m b/test/Analysis/live-variables.m index eefd292bf79b..d2390f3f8787 100644 --- a/test/Analysis/live-variables.m +++ b/test/Analysis/live-variables.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core -fobjc-arc -verify %s +// RUN: %clang_analyze_cc1 -analyzer-checker=core -fobjc-arc -verify %s // expected-no-diagnostics @interface NSObject @end |