summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/vfork.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/vfork.c')
-rw-r--r--clang/test/Analysis/vfork.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Analysis/vfork.c b/clang/test/Analysis/vfork.c
index da1b5da4066..c7a02fa65c4 100644
--- a/clang/test/Analysis/vfork.c
+++ b/clang/test/Analysis/vfork.c
@@ -1,5 +1,5 @@
-// RUN: %clang_analyze_cc1 -analyzer-checker=core,security.insecureAPI.vfork,unix.Vfork -verify %s
-// RUN: %clang_analyze_cc1 -analyzer-checker=core,security.insecureAPI.vfork,unix.Vfork -verify -x c++ %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,security.insecureAPI.vfork,unix.Vfork -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,security.insecureAPI.vfork,unix.Vfork -verify -x c++ %s
#include "Inputs/system-header-simulator.h"
OpenPOWER on IntegriCloud