summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/temp-obj-dtors-option.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/temp-obj-dtors-option.cpp')
-rw-r--r--clang/test/Analysis/temp-obj-dtors-option.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Analysis/temp-obj-dtors-option.cpp b/clang/test/Analysis/temp-obj-dtors-option.cpp
index 25cc86ebde4..a78dee2bd31 100644
--- a/clang/test/Analysis/temp-obj-dtors-option.cpp
+++ b/clang/test/Analysis/temp-obj-dtors-option.cpp
@@ -1,5 +1,5 @@
-// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection -analyzer-config c++-temp-dtor-inlining=false -verify %s
-// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection -analyzer-config c++-temp-dtor-inlining=true -DINLINE -verify %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection -analyzer-config c++-temp-dtor-inlining=false -verify -analyzer-config eagerly-assume=false %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection -analyzer-config c++-temp-dtor-inlining=true -DINLINE -verify -analyzer-config eagerly-assume=false %s
void clang_analyzer_eval(bool);
OpenPOWER on IntegriCloud