summaryrefslogtreecommitdiff
path: root/test/Analysis/templates.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/templates.cpp')
-rw-r--r--test/Analysis/templates.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/templates.cpp b/test/Analysis/templates.cpp
index c1631e0db90c9..e7c30a764f72d 100644
--- a/test/Analysis/templates.cpp
+++ b/test/Analysis/templates.cpp
@@ -1,5 +1,5 @@
-// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection -fblocks -verify %s
-// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection -fblocks -analyzer-config c++-template-inlining=false -DNO_INLINE -verify %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection -fblocks -verify -analyzer-config eagerly-assume=false %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection -fblocks -analyzer-config c++-template-inlining=false -DNO_INLINE -verify -analyzer-config eagerly-assume=false %s
void clang_analyzer_eval(bool);