* gfortran.dg/char_bounds_check_fail_1.f90: Correct dg-output string.
authorHans-Peter Nilsson <hp@axis.com>
Sat, 3 Jul 2010 06:07:59 +0000 (06:07 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sat, 3 Jul 2010 06:07:59 +0000 (06:07 +0000)
From-SVN: r161767

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/char_bounds_check_fail_1.f90

index ea3e856..6c6f1d0 100644 (file)
@@ -1,3 +1,7 @@
+2010-07-03  Hans-Peter Nilsson  <hp@axis.com>
+
+       * gfortran.dg/char_bounds_check_fail_1.f90: Correct dg-output string.
+
 2010-07-02  Le-Chun Wu  <lcwu@google.com>
 
        PR/44128
index 2dcc826..15d7021 100644 (file)
@@ -10,4 +10,4 @@ program bound_check
       zz(i:j) = 'abcdef'
       print * , zz
       end
-! { dg-output "Substring out of bounds: upper bound exceeds string length.*at line 9)" }
+! { dg-output "At line 10.*Substring out of bounds: upper bound \\(11\\) of 'zz' exceeds string length" }