aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/region-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/region-store.c')
-rw-r--r--test/Analysis/region-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/region-store.c b/test/Analysis/region-store.c
index 673baafa0959..f4b149d28207 100644
--- a/test/Analysis/region-store.c
+++ b/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,...);