aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/no-exit-cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/no-exit-cfg.c')
-rw-r--r--test/Analysis/no-exit-cfg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/no-exit-cfg.c b/test/Analysis/no-exit-cfg.c
index 362fd88eda..6752008d67 100644
--- a/test/Analysis/no-exit-cfg.c
+++ b/test/Analysis/no-exit-cfg.c
@@ -1,5 +1,5 @@
-// RUN: clang -analyze -checker-cfref -analyzer-store-basic -verify %s &&
-// RUN: clang -analyze -checker-cfref -analyzer-store-region -verify %s
+// RUN: clang -analyze -checker-cfref -analyzer-store=basic -verify %s &&
+// RUN: clang -analyze -checker-cfref -analyzer-store=region -verify %s
// This is a test case for the issue reported in PR 2819:
// http://llvm.org/bugs/show_bug.cgi?id=2819