summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/live-variables.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/live-variables.cpp')
-rw-r--r--clang/test/Analysis/live-variables.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/live-variables.cpp b/clang/test/Analysis/live-variables.cpp
index 0cfaa1b41f5..2c38b8bd713 100644
--- a/clang/test/Analysis/live-variables.cpp
+++ b/clang/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:
OpenPOWER on IntegriCloud