[svn:parrot] r44385 - trunk/t/op

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Feb 23 12:09:51 UTC 2010


Author: mikehh
Date: Tue Feb 23 12:09:51 2010
New Revision: 44385
URL: https://trac.parrot.org/parrot/changeset/44385

Log:
fix pir coda

Modified:
   trunk/t/op/00ff-dos.t
   trunk/t/op/00ff-unix.t
   trunk/t/op/64bit.t
   trunk/t/op/arithmetics.t
   trunk/t/op/arithmetics_pmc.t

Modified: trunk/t/op/00ff-dos.t
==============================================================================
--- trunk/t/op/00ff-dos.t	Tue Feb 23 12:01:27 2010	(r44384)
+++ trunk/t/op/00ff-dos.t	Tue Feb 23 12:09:51 2010	(r44385)
@@ -1,5 +1,5 @@
 #!parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -42,8 +42,7 @@
 .end
 
 # Local Variables:
-#   mode: cperl
-#   cperl-indent-level: 4
+#   mode: pir
 #   fill-column: 100
 # End:
-# vim: expandtab shiftwidth=4 filetype=pir:
+# vim: expandtab shiftwidth=4 ft=pir:

Modified: trunk/t/op/00ff-unix.t
==============================================================================
--- trunk/t/op/00ff-unix.t	Tue Feb 23 12:01:27 2010	(r44384)
+++ trunk/t/op/00ff-unix.t	Tue Feb 23 12:09:51 2010	(r44385)
@@ -1,5 +1,5 @@
 #!parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -32,8 +32,7 @@
 .end
 
 # Local Variables:
-#   mode: cperl
-#   cperl-indent-level: 4
+#   mode: pir
 #   fill-column: 100
 # End:
-# vim: expandtab shiftwidth=4 filetype=pir:
+# vim: expandtab shiftwidth=4 ft=pir:

Modified: trunk/t/op/64bit.t
==============================================================================
--- trunk/t/op/64bit.t	Tue Feb 23 12:01:27 2010	(r44384)
+++ trunk/t/op/64bit.t	Tue Feb 23 12:09:51 2010	(r44385)
@@ -64,7 +64,6 @@
 
 # Local Variables:
 #   mode: pir
-#   cperl-indent-level: 4
 #   fill-column: 100
 # End:
 # vim: expandtab shiftwidth=4 ft=pir:

Modified: trunk/t/op/arithmetics.t
==============================================================================
--- trunk/t/op/arithmetics.t	Tue Feb 23 12:01:27 2010	(r44384)
+++ trunk/t/op/arithmetics.t	Tue Feb 23 12:09:51 2010	(r44385)
@@ -1,5 +1,5 @@
 #!parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -567,7 +567,6 @@
 
 # Local Variables:
 #   mode: pir
-#   cperl-indent-level: 4
 #   fill-column: 100
 # End:
-# vim: expandtab shiftwidth=4 ft=pir :
+# vim: expandtab shiftwidth=4 ft=pir:

Modified: trunk/t/op/arithmetics_pmc.t
==============================================================================
--- trunk/t/op/arithmetics_pmc.t	Tue Feb 23 12:01:27 2010	(r44384)
+++ trunk/t/op/arithmetics_pmc.t	Tue Feb 23 12:09:51 2010	(r44385)
@@ -1,5 +1,5 @@
 #!parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -391,7 +391,6 @@
 
 # Local Variables:
 #   mode: pir
-#   cperl-indent-level: 4
 #   fill-column: 100
 # End:
-# vim: expandtab shiftwidth=4 ft=pir :
+# vim: expandtab shiftwidth=4 ft=pir:


More information about the parrot-commits mailing list