diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/realloc_on_assign_26.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/realloc_on_assign_26.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/realloc_on_assign_26.f90 b/gcc/testsuite/gfortran.dg/realloc_on_assign_26.f90 index 4791c24e14f..b871fb1d8fd 100644 --- a/gcc/testsuite/gfortran.dg/realloc_on_assign_26.f90 +++ b/gcc/testsuite/gfortran.dg/realloc_on_assign_26.f90 @@ -7,6 +7,6 @@ program test name="./a.out" if (index(name,"/") /= 0) THEN name=name(3:) - if (name .ne. "a.out") call abort + if (name .ne. "a.out") STOP 1 endif end program |