PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / no_unit_error_1.f90
blob1d69bccb809f001d88b456722582adea351a1732
1 ! { dg-do run }
2 ! { dg-shouldfail "UNIT does not exist for FLUSH" }
3 ! PR28335 Check for error on no unit.
4 close(88)
5 flush(88) ! { dg-output "Specified UNIT in FLUSH is not connected" }
6 end