diff options
Diffstat (limited to 'test/Analysis/live-variables.cpp')
-rw-r--r-- | test/Analysis/live-variables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/live-variables.cpp b/test/Analysis/live-variables.cpp index 0cfaa1b41f529..2c38b8bd7134c 100644 --- a/test/Analysis/live-variables.cpp +++ b/test/Analysis/live-variables.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core -verify %s +// RUN: %clang_analyze_cc1 -analyzer-checker=core -verify %s // expected-no-diagnostics class B { public: |