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 e1ebf575ac6..4b44bf5b96a 100644 --- a/clang/test/Sema/compare.c +++ b/clang/test/Sema/compare.c @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -pedantic -verify %s +// RUN: clang-cc -fsyntax-only -pedantic -verify %s int test(char *C) { // nothing here should warn. return C != ((void*)0); |