diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/string_null_compare_1.f')
-rw-r--r-- | gcc/testsuite/gfortran.dg/string_null_compare_1.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/string_null_compare_1.f b/gcc/testsuite/gfortran.dg/string_null_compare_1.f index 659b3eb3709..35c56384fc3 100644 --- a/gcc/testsuite/gfortran.dg/string_null_compare_1.f +++ b/gcc/testsuite/gfortran.dg/string_null_compare_1.f @@ -7,7 +7,7 @@ program main character*3 str1, str2 call setval(str1, str2) - if (str1 == str2) call abort + if (str1 == str2) STOP 1 end subroutine setval(str1, str2) |