summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/mvbits_7.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/mvbits_7.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/mvbits_7.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/mvbits_7.f90 b/gcc/testsuite/gfortran.dg/mvbits_7.f90
index 47586c319d1..8855ce877d4 100644
--- a/gcc/testsuite/gfortran.dg/mvbits_7.f90
+++ b/gcc/testsuite/gfortran.dg/mvbits_7.f90
@@ -15,7 +15,7 @@
call foo (x)
y = reshape ([((t (i*j*2, "a"),i = 1,4), j=1,3)], [4,3])
call bar(y, 4, 3, 1, -1, -4, -3)
- if (any (x%i .ne. y%i)) call abort
+ if (any (x%i .ne. y%i)) STOP 1
contains
SUBROUTINE foo (x)
TYPE(t) x(4, 3) ! No dependency at all