From: Paul Thomas Date: Wed, 5 Sep 2007 14:59:03 +0000 (+0000) Subject: char_length_10.f90: Correct typo. X-Git-Tag: releases/gcc-4.3.0~2865 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5783dbc4129f645a81a19256659e0d60a789e8d4;p=thirdparty%2Fgcc.git char_length_10.f90: Correct typo. 2007-09-05 Paul Thomas * gfortran.dg/char_length_10.f90: Correct typo. From-SVN: r128136 --- 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.