]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.dg/other/error3.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.dg / other / error3.C
diff --git a/gcc/testsuite/g++.dg/other/error3.C b/gcc/testsuite/g++.dg/other/error3.C
deleted file mode 100644 (file)
index bd5d701..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-// Test for proper error message formatting; the throw() should go inside
-// the parens, as below.
-
-void (*g() throw())();         // { dg-error "g\\(\\) throw" "" }
-void (*g())();                 // { dg-error "" "" }