aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/coverage.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/coverage.c')
-rw-r--r--test/Analysis/coverage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/coverage.c b/test/Analysis/coverage.c
index 2e85b7f61d..73d78da186 100644
--- a/test/Analysis/coverage.c
+++ b/test/Analysis/coverage.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-store=region -analyzer-max-loop 4 -analyzer-retry-exhausted -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-store=region -analyzer-max-loop 4 -verify %s
#include "system-header-simulator.h"
typedef __typeof(sizeof(int)) size_t;