summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/namelist_95.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/namelist_95.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/namelist_95.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/namelist_95.f90 b/gcc/testsuite/gfortran.dg/namelist_95.f90
index 59566480865..bd224f0e5ec 100644
--- a/gcc/testsuite/gfortran.dg/namelist_95.f90
+++ b/gcc/testsuite/gfortran.dg/namelist_95.f90
@@ -19,5 +19,5 @@ close(UNIT)
open(UNIT, file=FILE)
read(UNIT, nml=complex_namelist)
close(UNIT, status="delete")
-if (any(a.ne.(/ (0.0, 0.0), (0.0, 0.0), (3.0, 4.0) /))) call abort
+if (any(a.ne.(/ (0.0, 0.0), (0.0, 0.0), (3.0, 4.0) /))) STOP 1
end program test