* gfortran.dg/char_bounds_check_fail_1.f90: Correct dg-output string.

From-SVN: r161767
This commit is contained in:
Hans-Peter Nilsson 2010-07-03 06:07:59 +00:00 committed by Hans-Peter Nilsson
parent 3f59fa1c96
commit d9e7913ca2
2 changed files with 5 additions and 1 deletions

View 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

View 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" }