summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/inquire-complex.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/inquire-complex.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/inquire-complex.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/inquire-complex.f90 b/gcc/testsuite/gfortran.dg/inquire-complex.f90
index 40d08d4ebb1..8532f49f4a7 100644
--- a/gcc/testsuite/gfortran.dg/inquire-complex.f90
+++ b/gcc/testsuite/gfortran.dg/inquire-complex.f90
@@ -9,6 +9,6 @@ program main
inquire (iolength=s4) c4
inquire (iolength=s8) c8
- if (s4 /= 8 .or. s8 /= 16) call abort
+ if (s4 /= 8 .or. s8 /= 16) STOP 1
end program main