aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2008-11-18 17:57:01 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2008-11-18 17:57:01 +0000
commit8dccec4495da2fb7f2e58a409d56b1a2c19ab939 (patch)
tree2f7b14570148e1bd22cf7e9956342c74b472c343
parent1f6572c67a31af6ed15915d810329a6a0779dea3 (diff)
fix test. it now crashes, but thats another problem..
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59537 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Preprocessor/diag_crash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Preprocessor/diag_crash.c b/test/Preprocessor/diag_crash.c
index ee169df8a9..eee80749da 100644
--- a/test/Preprocessor/diag_crash.c
+++ b/test/Preprocessor/diag_crash.c
@@ -1,3 +1,3 @@
-// RUN: clang -E %s
-#ifdef FOO
+// RUN: clang -E -verify %s
+#ifdef FOO // expected-error {{unterminated conditional directive}}
/* /* */