]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/_Pragma2.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / _Pragma2.c
diff --git a/gcc/testsuite/gcc.dg/cpp/_Pragma2.c b/gcc/testsuite/gcc.dg/cpp/_Pragma2.c
deleted file mode 100644 (file)
index 24c4457..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.  */
-
-/* { dg-do preprocess } */
-
-/* Don't allow directives in a _Pragma string. */
-
-/* Contributed by Neil Booth 14 Nov 2000.  */
-
-_Pragma("#define test")
-
-#ifdef test
-#error Do not allow directives in _Pragma strings
-#endif