diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/pointer_array_3.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/pointer_array_3.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/pointer_array_3.f90 b/gcc/testsuite/gfortran.dg/pointer_array_3.f90 index d760167b76f..b390ee7f87e 100644 --- a/gcc/testsuite/gfortran.dg/pointer_array_3.f90 +++ b/gcc/testsuite/gfortran.dg/pointer_array_3.f90 @@ -44,7 +44,7 @@ program test_prog use test_mod call as_set_alias(1) - if (any (p .ne. ["abcdefgh","ijklmnop"])) call abort + if (any (p .ne. ["abcdefgh","ijklmnop"])) STOP 1 deallocate (as_typ(1)%as%fp) deallocate (as_typ(1)%as) deallocate (as_typ) |