summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/region-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/region-store.c')
-rw-r--r--clang/test/Analysis/region-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/region-store.c b/clang/test/Analysis/region-store.c
index 673baafa095..f4b149d2820 100644
--- a/clang/test/Analysis/region-store.c
+++ b/clang/test/Analysis/region-store.c
@@ -1,4 +1,4 @@
-// RUN: %clang_analyze_cc1 -analyzer-checker=core,unix,debug.ExprInspection -verify %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=core,unix,debug.ExprInspection -verify -analyzer-config eagerly-assume=false %s
int printf(const char *restrict,...);
OpenPOWER on IntegriCloud