Skip to content
Snippets Groups Projects
Commit b339614f authored by pault's avatar pault
Browse files

2006-09-16 Paul Thomas <pault@gcc.gnu.org>

	* gfortran.dg/select_6.f90: Change message.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116991 138bc75d-0d04-0410-961f-82ee72b054a4
parent 18f794ad
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment