diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/nested_modules_3.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/nested_modules_3.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/nested_modules_3.f90 b/gcc/testsuite/gfortran.dg/nested_modules_3.f90 index 364460c6138..30ecba4ae5d 100644 --- a/gcc/testsuite/gfortran.dg/nested_modules_3.f90 +++ b/gcc/testsuite/gfortran.dg/nested_modules_3.f90 @@ -51,5 +51,5 @@ PROGRAM use_foobar CALL sub2 (z, j) z%i1 = 1 CALL sub3 (z, j) - IF (ALL (j.ne.(/3,2,1/))) CALL abort () + IF (ALL (j.ne.(/3,2,1/))) STOP 1 END PROGRAM use_foobar |