summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/dynamic_dispatch_12.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/dynamic_dispatch_12.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/dynamic_dispatch_12.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/dynamic_dispatch_12.f90 b/gcc/testsuite/gfortran.dg/dynamic_dispatch_12.f90
index 53cc957c4d2..ce821dfb13e 100644
--- a/gcc/testsuite/gfortran.dg/dynamic_dispatch_12.f90
+++ b/gcc/testsuite/gfortran.dg/dynamic_dispatch_12.f90
@@ -66,7 +66,7 @@ contains
use TestResult_mod, only: TestResult
class (TestResult) :: result
call result%run()
- if (result%numRun /= 1) call abort()
+ if (result%numRun /= 1) STOP 1
end subroutine
end