diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/mclock.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/mclock.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/mclock.f90 b/gcc/testsuite/gfortran.dg/mclock.f90 index 5af96d0fc9f..cd28c570b28 100644 --- a/gcc/testsuite/gfortran.dg/mclock.f90 +++ b/gcc/testsuite/gfortran.dg/mclock.f90 @@ -8,6 +8,6 @@ j4 = mclock() j8 = mclock8() - if (i4 > j4 .or. i8 > j8 .or. i4 > i8 .or. j4 > j8) call abort + if (i4 > j4 .or. i8 > j8 .or. i4 > i8 .or. j4 > j8) STOP 1 end |