aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Analysis/trustnonnullchecker_test.mm
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/trustnonnullchecker_test.mm')
-rw-r--r--clang/test/Analysis/trustnonnullchecker_test.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/trustnonnullchecker_test.mm b/clang/test/Analysis/trustnonnullchecker_test.mm
index fa84673..bd8b9a7 100644
--- a/clang/test/Analysis/trustnonnullchecker_test.mm
+++ b/clang/test/Analysis/trustnonnullchecker_test.mm
@@ -1,4 +1,4 @@
-// RUN: %clang_analyze_cc1 -fblocks -analyze -analyzer-checker=core,nullability,apiModeling -verify %s
+// RUN: %clang_analyze_cc1 -fblocks -analyzer-checker=core,nullability,apiModeling -verify %s
#include "Inputs/system-header-simulator-for-nullability-cxx.h"