diff options
Diffstat (limited to 'test/Analysis/objc-for.m')
| -rw-r--r-- | test/Analysis/objc-for.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/objc-for.m b/test/Analysis/objc-for.m index b59a5c2cf177..d4a04c1c3e80 100644 --- a/test/Analysis/objc-for.m +++ b/test/Analysis/objc-for.m @@ -1,4 +1,4 @@ -// RUN: %clang_analyze_cc1 -analyzer-checker=core,osx.cocoa.Loops,debug.ExprInspection -verify %s +// RUN: %clang_analyze_cc1 -analyzer-checker=core,osx.cocoa.Loops,debug.ExprInspection -verify -analyzer-config eagerly-assume=false %s void clang_analyzer_eval(int); void clang_analyzer_warnIfReached(); |
