diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/g77/20010216-1.f')
-rw-r--r-- | gcc/testsuite/gfortran.dg/g77/20010216-1.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/g77/20010216-1.f b/gcc/testsuite/gfortran.dg/g77/20010216-1.f index 7874da2ad02..d3c2b9c65b4 100644 --- a/gcc/testsuite/gfortran.dg/g77/20010216-1.f +++ b/gcc/testsuite/gfortran.dg/g77/20010216-1.f @@ -46,7 +46,7 @@ C and its expected return value. result = foo(a(i), b(i)) if (abs(result - x(i)) > tolerance) then print *, i, a(i), b(i), x(i), result - call abort + STOP 1 end if end do end |