From d19a6672c9e798d7e5b18d4eabc355f2123ca2f0 Mon Sep 17 00:00:00 2001 From: Paul Thomas Date: Thu, 20 Dec 2012 00:23:40 +0000 Subject: [PATCH] unlimited_polymorphic_2.f03: Remove bad test. 2012-12-19 Paul Thomas * gfortran.dg/unlimited_polymorphic_2.f03: Remove bad test. From-SVN: r194626 --- gcc/testsuite/gfortran.dg/unlimited_polymorphic_2.f03 | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/testsuite/gfortran.dg/unlimited_polymorphic_2.f03 b/gcc/testsuite/gfortran.dg/unlimited_polymorphic_2.f03 index 7c05c845616..8e80386f3df 100644 --- a/gcc/testsuite/gfortran.dg/unlimited_polymorphic_2.f03 +++ b/gcc/testsuite/gfortran.dg/unlimited_polymorphic_2.f03 @@ -14,7 +14,6 @@ u1 => chr ! F2003: C625 allocate (u1) ! { dg-error "requires either a type-spec or SOURCE tag" } - allocate (u1, mold = 1.0) ! { dg-error "requires either a type-spec or SOURCE tag" } allocate (real :: u1) Allocate (u1, source = 1.0) -- 2.30.2