diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/g77/cpp5.F')
-rw-r--r-- | gcc/testsuite/gfortran.dg/g77/cpp5.F | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/g77/cpp5.F b/gcc/testsuite/gfortran.dg/g77/cpp5.F index 9b8d15bd79f..6dcd1e4d2e3 100644 --- a/gcc/testsuite/gfortran.dg/g77/cpp5.F +++ b/gcc/testsuite/gfortran.dg/g77/cpp5.F @@ -1,4 +1,4 @@ ! { dg-do run } #include "cpp5.h" - IF (FOO().NE.1) CALL ABORT () + IF (FOO().NE.1) STOP 1 END |