diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/ibits.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/ibits.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/ibits.f90 b/gcc/testsuite/gfortran.dg/ibits.f90 index 9233b97a37a..780c8e67e55 100644 --- a/gcc/testsuite/gfortran.dg/ibits.f90 +++ b/gcc/testsuite/gfortran.dg/ibits.f90 @@ -9,7 +9,7 @@ program ibits_test j = ishft(j,1) + 1 k = ibits(j, 0, 32) m = iand(j,n) - if (k /= m) call abort + if (k /= m) STOP 1 end do end program ibits_test |