summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/nested_modules_2.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/nested_modules_2.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/nested_modules_2.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/nested_modules_2.f90 b/gcc/testsuite/gfortran.dg/nested_modules_2.f90
index deb980e39a6..8fec02c3f48 100644
--- a/gcc/testsuite/gfortran.dg/nested_modules_2.f90
+++ b/gcc/testsuite/gfortran.dg/nested_modules_2.f90
@@ -33,5 +33,5 @@ program testfoobar
call sub1 (l)
i = 1
call sub2 (l)
- if (any (l.ne.(/84,42,0/))) call abort ()
+ if (any (l.ne.(/84,42,0/))) STOP 1
end program testfoobar