]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/unc1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / unc1.c
diff --git a/gcc/testsuite/gcc.dg/cpp/unc1.c b/gcc/testsuite/gcc.dg/cpp/unc1.c
deleted file mode 100644 (file)
index 18c306f..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/* Tests for un-terminated conditionals: 1.  */
-/* { dg-do preprocess } */
-
-#if 1  /* { dg-error "unterminated" "unterminated #if" } */
-
-#ifdef notdef /* { dg-bogus "unterminated" "nested terminated #ifdef" } */
-
-blah blah blah
-
-#endif
-
-more text
-
-/* oops! */