OSDN Git Service

2010-04-24 Kai Tietz <kai.tietz@onevision.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / open_nounit.f90
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
6