diff options
Diffstat (limited to 'test/Analysis/static_local.m')
-rw-r--r-- | test/Analysis/static_local.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/static_local.m b/test/Analysis/static_local.m index dcd49e11a16c..daa7ef54c9f8 100644 --- a/test/Analysis/static_local.m +++ b/test/Analysis/static_local.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core -verify -Wno-objc-root-class %s +// RUN: %clang_analyze_cc1 -analyzer-checker=core -verify -Wno-objc-root-class %s // expected-no-diagnostics // Test reasoning about static locals in ObjCMethods. |