select_6.f90: Change message.
2006-09-16 Paul Thomas <pault@gcc.gnu.org> * gfortran.dg/select_6.f90: Change message. From-SVN: r116991
This commit is contained in:
parent
e757d6b231
commit
9769e9e0b3
@ -5,6 +5,6 @@
|
||||
integer(kind=1) :: i
|
||||
real :: r(3)
|
||||
select case (i)
|
||||
case (129) r(4) = 0 { dg-error "Unclassifiable" }
|
||||
case (129) r(4) = 0 { dg-error "Expected the name" }
|
||||
end select
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user