summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/g77/cpp4.F
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/g77/cpp4.F')
-rw-r--r--gcc/testsuite/gfortran.dg/g77/cpp4.F2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/g77/cpp4.F b/gcc/testsuite/gfortran.dg/g77/cpp4.F
index bc14e0469ea..3b4728776d2 100644
--- a/gcc/testsuite/gfortran.dg/g77/cpp4.F
+++ b/gcc/testsuite/gfortran.dg/g77/cpp4.F
@@ -5,7 +5,7 @@ C which contain apostrophes.
character(4) j
data i /4hbla'/
write (j, '(4a)') i
- if (j .ne. "bla'") call abort
+ if (j .ne. "bla'") STOP 1
end
! { dg-warning "Hollerith constant" "const" { target *-*-* } 6 }