diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/class_array_3.f03')
-rw-r--r-- | gcc/testsuite/gfortran.dg/class_array_3.f03 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/class_array_3.f03 b/gcc/testsuite/gfortran.dg/class_array_3.f03 index cab2b1be874..27a94dca1ed 100644 --- a/gcc/testsuite/gfortran.dg/class_array_3.f03 +++ b/gcc/testsuite/gfortran.dg/class_array_3.f03 @@ -134,5 +134,5 @@ program main ! print *, "Before qsort: ", A%disp() call qsort(A) ! print *, "After qsort: ", A%disp() - if (any (A%disp() .ne. [2,3,4,5,7])) call abort + if (any (A%disp() .ne. [2,3,4,5,7])) STOP 1 end program main |