summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/move_alloc_13.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/move_alloc_13.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/move_alloc_13.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/move_alloc_13.f90 b/gcc/testsuite/gfortran.dg/move_alloc_13.f90
index f889e11a58e..c07dc89c44f 100644
--- a/gcc/testsuite/gfortran.dg/move_alloc_13.f90
+++ b/gcc/testsuite/gfortran.dg/move_alloc_13.f90
@@ -16,9 +16,9 @@ call func2(y,z)
select type(z)
type is(t2)
- if (any (z(:)%a /= [2, 3])) call abort()
+ if (any (z(:)%a /= [2, 3])) STOP 1
class default
- call abort()
+ STOP 2
end select
contains