summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/global_vars_c_init.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/global_vars_c_init.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/global_vars_c_init.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/global_vars_c_init.f90 b/gcc/testsuite/gfortran.dg/global_vars_c_init.f90
index 60408083951..cd689325529 100644
--- a/gcc/testsuite/gfortran.dg/global_vars_c_init.f90
+++ b/gcc/testsuite/gfortran.dg/global_vars_c_init.f90
@@ -10,7 +10,7 @@ contains
subroutine test_globals() bind(c)
! the value of I is initialized above
if(I .ne. 2) then
- call abort()
+ STOP 1
endif
end subroutine test_globals
end module global_vars_c_init