diff options
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/Sema/compare.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/Sema/compare.c b/clang/test/Sema/compare.c index 395a1a9ef96..87131bb6218 100644 --- a/clang/test/Sema/compare.c +++ b/clang/test/Sema/compare.c @@ -1,7 +1,5 @@ // RUN: clang-cc -fsyntax-only -pedantic -verify %s -#include <stddef.h> - int test(char *C) { // nothing here should warn. return C != ((void*)0); return C != (void*)0; |