Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gfortran.dg / open_nounit.f90
blob8781f6f47e65306fbeb45f6abc941e643f5d6ad4
1 ! { dg-do compile }
2 ! PR43832 Missing UNIT in OPEN
3 open () ! { dg-error "must have UNIT" }
4 open (file="test") ! { dg-error "must have UNIT" }
5 end