diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/stop_shouldfail.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/stop_shouldfail.f90 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/stop_shouldfail.f90 b/gcc/testsuite/gfortran.dg/stop_shouldfail.f90 new file mode 100644 index 00000000000..11fc12b4dc9 --- /dev/null +++ b/gcc/testsuite/gfortran.dg/stop_shouldfail.f90 @@ -0,0 +1,5 @@ +! { dg-do run } +! { dg-shouldfail "STOP 1" } +program main + stop 1 +end program main |