diff options
Diffstat (limited to 'test/Analysis/conditional-operator.cpp')
-rw-r--r-- | test/Analysis/conditional-operator.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/conditional-operator.cpp b/test/Analysis/conditional-operator.cpp index 32978c66fa14b..5060ec0c804f9 100644 --- a/test/Analysis/conditional-operator.cpp +++ b/test/Analysis/conditional-operator.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection %s -analyzer-output=text -verify +// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection -analyzer-config eagerly-assume=false %s -analyzer-output=text -verify void clang_analyzer_eval(bool); @@ -14,4 +14,4 @@ void OperatorEvaluationTest(int y) { // TODO: We are not precise when processing the "?:" operator in C++. clang_analyzer_eval(w == 1); // expected-warning{{UNKNOWN}} // expected-note@-1{{UNKNOWN}} -}
\ No newline at end of file +} |