diff options
Diffstat (limited to 'clang/test/Analysis/trustnonnullchecker_test.m')
-rw-r--r-- | clang/test/Analysis/trustnonnullchecker_test.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/trustnonnullchecker_test.m b/clang/test/Analysis/trustnonnullchecker_test.m index cb0c1cd..b18734b 100644 --- a/clang/test/Analysis/trustnonnullchecker_test.m +++ b/clang/test/Analysis/trustnonnullchecker_test.m @@ -1,7 +1,7 @@ // Temporarily disabling the test, it failes the "system is over-constrained" (part of expensive checks) // assertion in *non* optimized builds. // REQUIRES: rdar44992170 -// RUN: %clang_analyze_cc1 -fblocks -analyze -analyzer-checker=core,nullability,apiModeling,debug.ExprInspection -verify %s +// RUN: %clang_analyze_cc1 -fblocks -analyzer-checker=core,nullability,apiModeling,debug.ExprInspection -verify %s #include "Inputs/system-header-simulator-for-nullability.h" |