summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/common_resize_1.f
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/common_resize_1.f')
-rw-r--r--gcc/testsuite/gfortran.dg/common_resize_1.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/common_resize_1.f b/gcc/testsuite/gfortran.dg/common_resize_1.f
index ecf692d2d48..dd78fba6198 100644
--- a/gcc/testsuite/gfortran.dg/common_resize_1.f
+++ b/gcc/testsuite/gfortran.dg/common_resize_1.f
@@ -125,8 +125,8 @@ c
do 60 i=lft,llt
60 dett(i)=o64th/det(i)
- if (det(lft) .ne. 1d0) call abort ()
- if (det(llt) .ne. 1d0) call abort ()
+ if (det(lft) .ne. 1d0) STOP 1
+ if (det(llt) .ne. 1d0) STOP 2
return
c