summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/module_blank_common.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/module_blank_common.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/module_blank_common.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/module_blank_common.f90 b/gcc/testsuite/gfortran.dg/module_blank_common.f90
index 1eab444938b..d0e4311c5d7 100644
--- a/gcc/testsuite/gfortran.dg/module_blank_common.f90
+++ b/gcc/testsuite/gfortran.dg/module_blank_common.f90
@@ -13,5 +13,5 @@ program blank_common
complex z
a = 999.0_4
b = -999.0_4
- if (z.ne.cmplx (a,b)) call abort ()
+ if (z.ne.cmplx (a,b)) STOP 1
end program blank_common