[svn:parrot] r44384 - trunk/t/oo

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Feb 23 12:01:28 UTC 2010


Author: mikehh
Date: Tue Feb 23 12:01:27 2010
New Revision: 44384
URL: https://trac.parrot.org/parrot/changeset/44384

Log:
fix pir coda

Modified:
   trunk/t/oo/attributes.t
   trunk/t/oo/inheritance.t

Modified: trunk/t/oo/attributes.t
==============================================================================
--- trunk/t/oo/attributes.t	Tue Feb 23 11:56:15 2010	(r44383)
+++ trunk/t/oo/attributes.t	Tue Feb 23 12:01:27 2010	(r44384)
@@ -1,5 +1,5 @@
 #! parrot
-# Copyright (C) 2008, Parrot Foundation.
+# Copyright (C) 2008-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -71,3 +71,9 @@
     is(message, "No such attribute 'data'", 'class attribute deleted')
 
 .end
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4 ft=pir:

Modified: trunk/t/oo/inheritance.t
==============================================================================
--- trunk/t/oo/inheritance.t	Tue Feb 23 11:56:15 2010	(r44383)
+++ trunk/t/oo/inheritance.t	Tue Feb 23 12:01:27 2010	(r44384)
@@ -1,5 +1,5 @@
 #! parrot
-# Copyright (C) 2008, Parrot Foundation.
+# Copyright (C) 2008-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -121,3 +121,9 @@
     ok( $I1, 'diamond')
 fail:
 .end
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4 ft=pir:


More information about the parrot-commits mailing list