summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/entry_12.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/entry_12.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/entry_12.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/entry_12.f90 b/gcc/testsuite/gfortran.dg/entry_12.f90
index 15e874e2b05..1c9b1cd49e5 100644
--- a/gcc/testsuite/gfortran.dg/entry_12.f90
+++ b/gcc/testsuite/gfortran.dg/entry_12.f90
@@ -26,5 +26,5 @@ END MODULE ksbin1_aux_mod
use ksbin1_aux_mod
if (any ((/foo (), bar (99), foobar (), foobar (99), j (), k (99)/) .ne. &
- (/1, 2, 1, 2, 1, 2/))) Call abort ()
+ (/1, 2, 1, 2, 1, 2/))) STOP 1
end