summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/nested_array_constructor_2.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/nested_array_constructor_2.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/nested_array_constructor_2.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/nested_array_constructor_2.f90 b/gcc/testsuite/gfortran.dg/nested_array_constructor_2.f90
index 28c2b49e816..ced76d16719 100644
--- a/gcc/testsuite/gfortran.dg/nested_array_constructor_2.f90
+++ b/gcc/testsuite/gfortran.dg/nested_array_constructor_2.f90
@@ -16,7 +16,7 @@ c = (/ (/ trim(c(1)), 'a' /)//'c', 'cd' /)
print *, c
if (c(1) /= 'ac' .or. c(2) /= 'ac' .or. c(3) /= 'cd') then
- call abort ()
+ STOP 1
end if
end