[cfe-commits] r59794 - /cfe/trunk/test/Preprocessor/unterminated.c

Chris Lattner sabre at nondot.org
Thu Nov 20 22:19:48 PST 2008


Author: lattner
Date: Fri Nov 21 00:19:48 2008
New Revision: 59794

URL: http://llvm.org/viewvc/llvm-project?rev=59794&view=rev
Log:
testcase for PR3096

Added:
    cfe/trunk/test/Preprocessor/unterminated.c

Added: cfe/trunk/test/Preprocessor/unterminated.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/unterminated.c?rev=59794&view=auto

==============================================================================
--- cfe/trunk/test/Preprocessor/unterminated.c (added)
+++ cfe/trunk/test/Preprocessor/unterminated.c Fri Nov 21 00:19:48 2008
@@ -0,0 +1,5 @@
+// RUN: clang -E -verify %s
+// PR3096
+#ifdef FOO // expected-error {{unterminated conditional directive}}
+/* /* */
+





More information about the cfe-commits mailing list