[svn:parrot] r44382 - trunk/t/pmc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Feb 23 11:41:29 UTC 2010


Author: mikehh
Date: Tue Feb 23 11:41:28 2010
New Revision: 44382
URL: https://trac.parrot.org/parrot/changeset/44382

Log:
fix pir coda

Modified:
   trunk/t/pmc/parrotinterpreter.t
   trunk/t/pmc/prop.t
   trunk/t/pmc/scalar.t
   trunk/t/pmc/scheduler.t
   trunk/t/pmc/string.t
   trunk/t/pmc/stringiterator.t

Modified: trunk/t/pmc/parrotinterpreter.t
==============================================================================
--- trunk/t/pmc/parrotinterpreter.t	Tue Feb 23 11:32:28 2010	(r44381)
+++ trunk/t/pmc/parrotinterpreter.t	Tue Feb 23 11:41:28 2010	(r44382)
@@ -116,8 +116,7 @@
 .end
 
 # Local Variables:
-#   mode: cperl
-#   cperl-indent-level: 4
+#   mode: pir
 #   fill-column: 100
 # End:
-# vim: expandtab shiftwidth=4:
+# vim: expandtab shiftwidth=4 ft=pir:

Modified: trunk/t/pmc/prop.t
==============================================================================
--- trunk/t/pmc/prop.t	Tue Feb 23 11:32:28 2010	(r44381)
+++ trunk/t/pmc/prop.t	Tue Feb 23 11:41:28 2010	(r44382)
@@ -1,5 +1,5 @@
 #! parrot
-# Copyright (C) 2001-2005, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -134,7 +134,6 @@
 
 # Local Variables:
 #   mode: pir
-#   cperl-indent-level: 4
 #   fill-column: 100
 # End:
 # vim: expandtab shiftwidth=4 ft=pir:

Modified: trunk/t/pmc/scalar.t
==============================================================================
--- trunk/t/pmc/scalar.t	Tue Feb 23 11:32:28 2010	(r44381)
+++ trunk/t/pmc/scalar.t	Tue Feb 23 11:41:28 2010	(r44382)
@@ -1,5 +1,5 @@
 #! parrot
-# Copyright (C) 2006-2007, Parrot Foundation.
+# Copyright (C) 2006-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -26,8 +26,7 @@
 .end
 
 # Local Variables:
-#   mode: cperl
-#   cperl-indent-level: 4
+#   mode: pir
 #   fill-column: 100
 # End:
 # vim: expandtab shiftwidth=4 ft=pir:

Modified: trunk/t/pmc/scheduler.t
==============================================================================
--- trunk/t/pmc/scheduler.t	Tue Feb 23 11:32:28 2010	(r44381)
+++ trunk/t/pmc/scheduler.t	Tue Feb 23 11:41:28 2010	(r44382)
@@ -1,5 +1,5 @@
 #! parrot
-# Copyright (C) 2007, Parrot Foundation.
+# Copyright (C) 2007-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -116,7 +116,6 @@
 
 # Local Variables:
 #   mode: pir
-#   cperl-indent-level: 4
 #   fill-column: 100
 # End:
 # vim: expandtab shiftwidth=4 ft=pir:

Modified: trunk/t/pmc/string.t
==============================================================================
--- trunk/t/pmc/string.t	Tue Feb 23 11:32:28 2010	(r44381)
+++ trunk/t/pmc/string.t	Tue Feb 23 11:41:28 2010	(r44382)
@@ -1,5 +1,5 @@
 #! parrot
-# Copyright (C) 2001-2008, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -1052,8 +1052,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/pmc/stringiterator.t
==============================================================================
--- trunk/t/pmc/stringiterator.t	Tue Feb 23 11:32:28 2010	(r44381)
+++ trunk/t/pmc/stringiterator.t	Tue Feb 23 11:41:28 2010	(r44382)
@@ -1,5 +1,5 @@
 #! parrot
-# Copyright (C) 2001-2008, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
@@ -97,8 +97,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:


More information about the parrot-commits mailing list