diff options
Diffstat (limited to 'test/Analysis/stream.c')
-rw-r--r-- | test/Analysis/stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/stream.c b/test/Analysis/stream.c index 7dfd49b..2f372e7 100644 --- a/test/Analysis/stream.c +++ b/test/Analysis/stream.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-check-objc-mem -analyzer-checker=unix.experimental.Stream -analyzer-store region -verify %s +// RUN: %clang_cc1 -analyze -analyzer-checker=unix.experimental.Stream -analyzer-store region -verify %s typedef __typeof__(sizeof(int)) size_t; typedef struct _IO_FILE FILE; |