diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/use_10.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/use_10.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/use_10.f90 b/gcc/testsuite/gfortran.dg/use_10.f90 index e52fcff7e59..1356334ac54 100644 --- a/gcc/testsuite/gfortran.dg/use_10.f90 +++ b/gcc/testsuite/gfortran.dg/use_10.f90 @@ -25,5 +25,5 @@ program test use a, only: operator(.op.), operator(.op.), & operator(.my.)=>operator(.op.),operator(.ops.)=>operator(.op.) implicit none -if (.my.2 /= -2 .or. .op.3 /= -3 .or. .ops.7 /= -7) call abort() +if (.my.2 /= -2 .or. .op.3 /= -3 .or. .ops.7 /= -7) STOP 1 end |