summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/namelist_57.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/namelist_57.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/namelist_57.f906
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/testsuite/gfortran.dg/namelist_57.f90 b/gcc/testsuite/gfortran.dg/namelist_57.f90
index a110fa0d840..a72b866d575 100644
--- a/gcc/testsuite/gfortran.dg/namelist_57.f90
+++ b/gcc/testsuite/gfortran.dg/namelist_57.f90
@@ -6,7 +6,7 @@
n = 123
line = ""
write(line,nml=stuff)
- if (line(1) .ne. "&STUFF") call abort
- if (line(2) .ne. " N=123 ,") call abort
- if (line(3) .ne. " /") call abort
+ if (line(1) .ne. "&STUFF") STOP 1
+ if (line(2) .ne. " N=123 ,") STOP 2
+ if (line(3) .ne. " /") STOP 3
end