diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/class_35.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/class_35.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/class_35.f90 b/gcc/testsuite/gfortran.dg/class_35.f90 index 87a5c871294..e82567c2559 100644 --- a/gcc/testsuite/gfortran.dg/class_35.f90 +++ b/gcc/testsuite/gfortran.dg/class_35.f90 @@ -19,6 +19,6 @@ use one_two class(two_three), allocatable :: a1 class(three), allocatable :: a2 -if (same_type_as(a1,a2)) call abort() +if (same_type_as(a1,a2)) STOP 1 end |