summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/bind_c_usage_15.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/bind_c_usage_15.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/bind_c_usage_15.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/bind_c_usage_15.f90 b/gcc/testsuite/gfortran.dg/bind_c_usage_15.f90
index c5201a634db..5e5495e9226 100644
--- a/gcc/testsuite/gfortran.dg/bind_c_usage_15.f90
+++ b/gcc/testsuite/gfortran.dg/bind_c_usage_15.f90
@@ -25,5 +25,5 @@ program main
integer(c_int) :: x
x = -44
call gen(x)
- if(x /= 17) call abort()
+ if(x /= 17) STOP 1
end program main