diff options
author | Paul Thomas <pault@gcc.gnu.org> | 2007-09-05 14:59:03 +0000 |
---|---|---|
committer | Paul Thomas <pault@gcc.gnu.org> | 2007-09-05 14:59:03 +0000 |
commit | 5783dbc4129f645a81a19256659e0d60a789e8d4 (patch) | |
tree | d1cd3dc3125e0e0c50742bc2ac681afae47c9b9e /gcc | |
parent | 1333282db72d6e6f9904c37ed3a5753a920d4fdb (diff) | |
download | gcc-5783dbc4129f645a81a19256659e0d60a789e8d4.zip gcc-5783dbc4129f645a81a19256659e0d60a789e8d4.tar.gz gcc-5783dbc4129f645a81a19256659e0d60a789e8d4.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gfortran.dg/char_length_10.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/char_length_10.f90 b/gcc/testsuite/gfortran.dg/char_length_10.f90 index 23bb37f..07f10df 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. |