From 9d4857d191f6bf83f4d9cb0465a20234ef612ada Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 8 Mar 2009 20:12:34 +0000 Subject: [PATCH] this test isn't testing anything. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66389 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Lexer/preprocess-compat.c | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 test/Lexer/preprocess-compat.c 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 -