diff options
-rw-r--r-- | clang/test/Lexer/preprocess-compat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/Lexer/preprocess-compat.c b/clang/test/Lexer/preprocess-compat.c deleted file mode 100644 index e895975477f..00000000000 --- a/clang/test/Lexer/preprocess-compat.c +++ /dev/null @@ -1,3 +0,0 @@ -// RUN: clang -E -x c -o %t.i %s -// RUN: gcc -fsyntax-only %t.i - |