summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/allocate_assumed_charlen_1.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/allocate_assumed_charlen_1.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/allocate_assumed_charlen_1.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/allocate_assumed_charlen_1.f90 b/gcc/testsuite/gfortran.dg/allocate_assumed_charlen_1.f90
index 382df36375d..bef620d9e6d 100644
--- a/gcc/testsuite/gfortran.dg/allocate_assumed_charlen_1.f90
+++ b/gcc/testsuite/gfortran.dg/allocate_assumed_charlen_1.f90
@@ -12,8 +12,8 @@
call alloc( foo , foofoo)
- if (len(foo) .ne. 42) call abort
- if (len(foofoo) .ne. 22) call abort
+ if (len(foo) .ne. 42) STOP 1
+ if (len(foofoo) .ne. 22) STOP 2
contains