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 | 6417fb5bf452a362d7457926712bf583ad430263 (patch) | |
tree | 3e2d191719c1b096b16f4ef517bfb4c6ef9f71ad | |
parent | 40dc267160302f85df911318a3ddd73c8a4de0f4 (diff) | |
download | bcm5719-llvm-6417fb5bf452a362d7457926712bf583ad430263.tar.gz bcm5719-llvm-6417fb5bf452a362d7457926712bf583ad430263.zip |
this test isn't testing anything.
llvm-svn: 66389
-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 - |