aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/taint-tester.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/taint-tester.cpp')
-rw-r--r--test/Analysis/taint-tester.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/taint-tester.cpp b/test/Analysis/taint-tester.cpp
index ca7b729f2691..23a92cc56d24 100644
--- a/test/Analysis/taint-tester.cpp
+++ b/test/Analysis/taint-tester.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=alpha.security.taint,debug.TaintTest %s -verify
+// RUN: %clang_analyze_cc1 -analyzer-checker=alpha.security.taint,debug.TaintTest %s -verify
// expected-no-diagnostics
typedef struct _FILE FILE;