summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/security-syntax-checks-no-emit.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/security-syntax-checks-no-emit.c')
-rw-r--r--clang/test/Analysis/security-syntax-checks-no-emit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/security-syntax-checks-no-emit.c b/clang/test/Analysis/security-syntax-checks-no-emit.c
index 29dd2017745..7759aa73b33 100644
--- a/clang/test/Analysis/security-syntax-checks-no-emit.c
+++ b/clang/test/Analysis/security-syntax-checks-no-emit.c
@@ -1,4 +1,4 @@
-// RUN: %clang_analyze_cc1 -triple i686-pc-linux-gnu -analyzer-checker=security.insecureAPI,security.FloatLoopCounter %s -verify
+// RUN: %clang_cc1 -triple i686-pc-linux-gnu -analyze -analyzer-checker=security.insecureAPI,security.FloatLoopCounter %s -verify
// expected-no-diagnostics
// This file complements 'security-syntax-checks.m', but tests that we omit
OpenPOWER on IntegriCloud