diff options
Diffstat (limited to 'clang/test/Sema/compare.c')
-rw-r--r-- | clang/test/Sema/compare.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/compare.c b/clang/test/Sema/compare.c index b31ace62bd5..25d7a9169b9 100644 --- a/clang/test/Sema/compare.c +++ b/clang/test/Sema/compare.c @@ -1,4 +1,4 @@ -// RUN: clang -parse-ast -verify %s +// RUN: clang -fsyntax-only -verify %s int test(char *C) { // nothing here should warn. return C != ((void*)0); |