[cfe-commits] r59537 - /cfe/trunk/test/Preprocessor/diag_crash.c
Nuno Lopes
nunoplopes at sapo.pt
Tue Nov 18 09:57:02 PST 2008
Author: nlopes
Date: Tue Nov 18 11:57:01 2008
New Revision: 59537
URL: http://llvm.org/viewvc/llvm-project?rev=59537&view=rev
Log:
fix test. it now crashes, but thats another problem..
Modified:
cfe/trunk/test/Preprocessor/diag_crash.c
Modified: cfe/trunk/test/Preprocessor/diag_crash.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/diag_crash.c?rev=59537&r1=59536&r2=59537&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/diag_crash.c (original)
+++ cfe/trunk/test/Preprocessor/diag_crash.c Tue Nov 18 11:57:01 2008
@@ -1,3 +1,3 @@
-// RUN: clang -E %s
-#ifdef FOO
+// RUN: clang -E -verify %s
+#ifdef FOO // expected-error {{unterminated conditional directive}}
/* /* */
More information about the cfe-commits
mailing list