diff options
Diffstat (limited to 'test/Analysis/constant-folding.c')
| -rw-r--r-- | test/Analysis/constant-folding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/constant-folding.c b/test/Analysis/constant-folding.c index e21d629e9a41..fc04e608f7ef 100644 --- a/test/Analysis/constant-folding.c +++ b/test/Analysis/constant-folding.c @@ -1,4 +1,4 @@ -// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection -verify %s +// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection -verify -analyzer-config eagerly-assume=false %s void clang_analyzer_eval(int); |
