From 5783dbc4129f645a81a19256659e0d60a789e8d4 Mon Sep 17 00:00:00 2001 From: Paul Thomas <pault@gcc.gnu.org> Date: Wed, 5 Sep 2007 14:59:03 +0000 Subject: [PATCH] char_length_10.f90: Correct typo. 2007-09-05 Paul Thomas <pault@gcc.gnu.org> * gfortran.dg/char_length_10.f90: Correct typo. From-SVN: r128136 --- gcc/testsuite/gfortran.dg/char_length_10.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gfortran.dg/char_length_10.f90 b/gcc/testsuite/gfortran.dg/char_length_10.f90 index 23bb37ff4fd6..07f10df98967 100644 --- a/gcc/testsuite/gfortran.dg/char_length_10.f90 +++ b/gcc/testsuite/gfortran.dg/char_length_10.f90 @@ -1,4 +1,4 @@ -{ dg-do compile } +! { dg-do compile } ! Checks the fix for PR33241, in which the assumed character ! length of the parameter was never filled in with that of ! the initializer. -- GitLab