aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/open_nounit.f90
blob: 8781f6f47e65306fbeb45f6abc941e643f5d6ad4 (plain)
1
2
3
4
5
6
! { dg-do compile }
! PR43832 Missing UNIT in OPEN
  open () ! { dg-error "must have UNIT" }
  open (file="test") ! { dg-error "must have UNIT" }
  end