OSDN Git Service

-------------------------------------------------------------------
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / namelist_1.f90
index 9bebe77..ee028dd 100644 (file)
@@ -1,8 +1,7 @@
 ! { dg-do compile }
-! Check that public entities in private namelists are rejected
+! Check that private entities in public namelists are rejected
 module namelist_1
   public
   integer,private :: x
   namelist /n/ x ! { dg-error "cannot be member of PUBLIC namelist" "" }
 end module
-