summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/associate_13.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/associate_13.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/associate_13.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/associate_13.f90 b/gcc/testsuite/gfortran.dg/associate_13.f90
index 7c64d3f0aa7..bd89264842c 100644
--- a/gcc/testsuite/gfortran.dg/associate_13.f90
+++ b/gcc/testsuite/gfortran.dg/associate_13.f90
@@ -17,5 +17,5 @@
associate (template => initial(1)%variant_def)
template%i = 77
end associate
- if (initial(1)%variant_def%i .ne. 77) call abort
+ if (initial(1)%variant_def%i .ne. 77) STOP 1
end