From: Chris Lattner Date: Sun, 8 Mar 2009 20:12:34 +0000 (+0000) Subject: this test isn't testing anything. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d4857d191f6bf83f4d9cb0465a20234ef612ada;p=clang this test isn't testing anything. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66389 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Lexer/preprocess-compat.c b/test/Lexer/preprocess-compat.c deleted file mode 100644 index e895975477..0000000000 --- a/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 -