diff options
author | Torok Edwin <edwintorok@gmail.com> | 2008-11-18 18:48:14 +0000 |
---|---|---|
committer | Torok Edwin <edwintorok@gmail.com> | 2008-11-18 18:48:14 +0000 |
commit | e4d378815364255b002b4295162c290598fc899c (patch) | |
tree | 0f9e467b9ec878a280b13bf6559bfa3678b69b20 | |
parent | 8dccec4495da2fb7f2e58a409d56b1a2c19ab939 (diff) |
remove this testcase, it fails with -verify still
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59539 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Preprocessor/diag_crash.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Preprocessor/diag_crash.c b/test/Preprocessor/diag_crash.c deleted file mode 100644 index eee80749da..0000000000 --- a/test/Preprocessor/diag_crash.c +++ /dev/null @@ -1,3 +0,0 @@ -// RUN: clang -E -verify %s -#ifdef FOO // expected-error {{unterminated conditional directive}} -/* /* */ |