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}}
/* /* */
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits