summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/widechar_select_1.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/widechar_select_1.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/widechar_select_1.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/widechar_select_1.f90 b/gcc/testsuite/gfortran.dg/widechar_select_1.f90
index 64315af0b71..24c4b50c8fc 100644
--- a/gcc/testsuite/gfortran.dg/widechar_select_1.f90
+++ b/gcc/testsuite/gfortran.dg/widechar_select_1.f90
@@ -49,7 +49,7 @@ contains
subroutine testme(x,y,z)
integer :: x, y, z
- if (x /= y) call abort
- if (x /= z) call abort
+ if (x /= y) STOP 1
+ if (x /= z) STOP 2
end subroutine testme
end