diff options
author | Chris Lattner <sabre@nondot.org> | 2009-03-08 20:12:34 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-03-08 20:12:34 +0000 |
commit | 9d4857d191f6bf83f4d9cb0465a20234ef612ada (patch) | |
tree | 9c72c74f687456b670cac0a028b9ae4fe9ad33d6 | |
parent | 466a7f8aa61ca0d1df1f11ed2dfb2510a386cfa6 (diff) |
this test isn't testing anything.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66389 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Lexer/preprocess-compat.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 - |