[svn:parrot] r44320 - trunk/t/library

bacek at svn.parrot.org bacek at svn.parrot.org
Mon Feb 22 21:58:39 UTC 2010


Author: bacek
Date: Mon Feb 22 21:58:38 2010
New Revision: 44320
URL: https://trac.parrot.org/parrot/changeset/44320

Log:
Fix stange line in t/library/test_class.t

Modified:
   trunk/t/library/test_class.t

Modified: trunk/t/library/test_class.t
==============================================================================
--- trunk/t/library/test_class.t	Mon Feb 22 21:58:13 2010	(r44319)
+++ trunk/t/library/test_class.t	Mon Feb 22 21:58:38 2010	(r44320)
@@ -78,7 +78,7 @@
 .sub 'shutdown' :method
     ok( 1, 'shutdown called' )
 .end
-t/codingstd/svn_id.t
+
 .sub 'setup' :method
     ok( 1, 'setup one' )
     ok( 1, 'setup two' )


More information about the parrot-commits mailing list