diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/structure_constructor_11.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/structure_constructor_11.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/structure_constructor_11.f90 b/gcc/testsuite/gfortran.dg/structure_constructor_11.f90 index 6ee6a162ff8..28caebd7618 100644 --- a/gcc/testsuite/gfortran.dg/structure_constructor_11.f90 +++ b/gcc/testsuite/gfortran.dg/structure_constructor_11.f90 @@ -57,7 +57,7 @@ program ala call bar%a%init() ! They should be called once - if (count1 /= 23 .or. count2 /= 42) call abort () + if (count1 /= 23 .or. count2 /= 42) STOP 1 contains |