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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Mon Feb 22 21:42:20 UTC 2010


Author: mikehh
Date: Mon Feb 22 21:42:20 2010
New Revision: 44316
URL: https://trac.parrot.org/parrot/changeset/44316

Log:
Copyright, Id and coda

Modified:
   trunk/t/library/test_class.t

Modified: trunk/t/library/test_class.t
==============================================================================
--- trunk/t/library/test_class.t	Mon Feb 22 21:38:11 2010	(r44315)
+++ trunk/t/library/test_class.t	Mon Feb 22 21:42:20 2010	(r44316)
@@ -1,4 +1,6 @@
 #! parrot
+# Copyright (C) 2008-2010, Parrot Foundation.
+# $Id$
 
 .sub 'init_test_builder_tester'
     load_bytecode 'Test/Builder/Tester.pbc'
@@ -76,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' )
@@ -96,3 +98,9 @@
     ok( 4, 'bar second' )
     ok( 5, 'bar third' )
 .end
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4 ft=pir:


More information about the parrot-commits mailing list