projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e757d6b
)
select_6.f90: Change message.
author
Paul Thomas
<pault@gcc.gnu.org>
Sat, 16 Sep 2006 04:28:44 +0000
(
04:28
+0000)
committer
Paul Thomas
<pault@gcc.gnu.org>
Sat, 16 Sep 2006 04:28:44 +0000
(
04:28
+0000)
2006-09-16 Paul Thomas <pault@gcc.gnu.org>
* gfortran.dg/select_6.f90: Change message.
From-SVN: r116991
gcc/testsuite/gfortran.dg/select_6.f90
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gfortran.dg/select_6.f90
b/gcc/testsuite/gfortran.dg/select_6.f90
index 2d995b0e237be679bef81797052d8ab33a997e62..926659c28b4c65f3ea1c75164c1bd33d1a1d8cf0 100644
(file)
--- a/
gcc/testsuite/gfortran.dg/select_6.f90
+++ b/
gcc/testsuite/gfortran.dg/select_6.f90
@@
-5,6
+5,6
@@
integer(kind=1) :: i
real :: r(3)
select case (i)
- case (129) r(4) = 0 { dg-error "
Unclassifiabl
e" }
+ case (129) r(4) = 0 { dg-error "
Expected the nam
e" }
end select
end