aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/no_unit_error_1.f90
blob: 1d69bccb809f001d88b456722582adea351a1732 (plain)
1
2
3
4
5
6
7
! { dg-do run }
! { dg-shouldfail "UNIT does not exist for FLUSH" }
! PR28335 Check for error on no unit.
  close(88)
  flush(88) ! { dg-output "Specified UNIT in FLUSH is not connected" }
  end