aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/logical-ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/logical-ops.c')
-rw-r--r--test/Analysis/logical-ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/logical-ops.c b/test/Analysis/logical-ops.c
index 553050173b02..f839b1bf22bd 100644
--- a/test/Analysis/logical-ops.c
+++ b/test/Analysis/logical-ops.c
@@ -1,4 +1,4 @@
-// RUN: %clang_analyze_cc1 -Wno-pointer-bool-conversion -analyzer-checker=core,debug.ExprInspection -verify %s
+// RUN: %clang_analyze_cc1 -Wno-pointer-bool-conversion -analyzer-checker=core,debug.ExprInspection -verify -analyzer-config eagerly-assume=false %s
void clang_analyzer_eval(int);