]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fix testcase from previous commit
authorLee Millward <lmillward@gcc.gnu.org>
Sat, 2 Dec 2006 16:54:35 +0000 (16:54 +0000)
committerLee Millward <lmillward@gcc.gnu.org>
Sat, 2 Dec 2006 16:54:35 +0000 (16:54 +0000)
From-SVN: r119448

gcc/testsuite/gcc.dg/pr27953.c [moved from gcc/testsuite/gcc.dg/pr27953.C with 64% similarity]

similarity index 64%
rename from gcc/testsuite/gcc.dg/pr27953.C
rename to gcc/testsuite/gcc.dg/pr27953.c
index 1424e5468c0bef450b1d897690dc5235527ce411..92a63d83686680a104c50177808e4a85496c087a 100644 (file)
@@ -1,4 +1,4 @@
 /* PR c/27953 */
 
 void foo(struct A a) {}  /* { dg-error "parameter list|definition|incomplete type" } */
-void foo() {}            /* { dg-error "redefinition" }
\ No newline at end of file
+void foo() {}            /* { dg-error "redefinition" } */