diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/g77/cpp3.F')
-rw-r--r-- | gcc/testsuite/gfortran.dg/g77/cpp3.F | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/g77/cpp3.F b/gcc/testsuite/gfortran.dg/g77/cpp3.F index ab25b532945..b7fe29cbf8b 100644 --- a/gcc/testsuite/gfortran.dg/g77/cpp3.F +++ b/gcc/testsuite/gfortran.dg/g77/cpp3.F @@ -4,5 +4,5 @@ c ! Some versions of cpp will delete "//'World' as a C++ comment. character*40 title title = 'Hello '//'World' - if (title .ne. 'Hello World') call abort + if (title .ne. 'Hello World') STOP 1 end |