[svn:parrot] r44378 - trunk/t/pmc
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Tue Feb 23 11:05:22 UTC 2010
Author: mikehh
Date: Tue Feb 23 11:05:20 2010
New Revision: 44378
URL: https://trac.parrot.org/parrot/changeset/44378
Log:
fix pir coda
Modified:
trunk/t/pmc/fixedbooleanarray.t
trunk/t/pmc/fixedintegerarray.t
trunk/t/pmc/fixedpmcarray.t
trunk/t/pmc/fixedstringarray.t
Modified: trunk/t/pmc/fixedbooleanarray.t
==============================================================================
--- trunk/t/pmc/fixedbooleanarray.t Tue Feb 23 10:54:07 2010 (r44377)
+++ trunk/t/pmc/fixedbooleanarray.t Tue Feb 23 11:05:20 2010 (r44378)
@@ -1,5 +1,5 @@
#! parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -334,8 +334,7 @@
# 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/fixedintegerarray.t
==============================================================================
--- trunk/t/pmc/fixedintegerarray.t Tue Feb 23 10:54:07 2010 (r44377)
+++ trunk/t/pmc/fixedintegerarray.t Tue Feb 23 11:05:20 2010 (r44378)
@@ -237,8 +237,7 @@
# 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/fixedpmcarray.t
==============================================================================
--- trunk/t/pmc/fixedpmcarray.t Tue Feb 23 10:54:07 2010 (r44377)
+++ trunk/t/pmc/fixedpmcarray.t Tue Feb 23 11:05:20 2010 (r44378)
@@ -1,5 +1,5 @@
#! parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -667,8 +667,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/fixedstringarray.t
==============================================================================
--- trunk/t/pmc/fixedstringarray.t Tue Feb 23 10:54:07 2010 (r44377)
+++ trunk/t/pmc/fixedstringarray.t Tue Feb 23 11:05:20 2010 (r44378)
@@ -1,5 +1,5 @@
#! parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -365,8 +365,7 @@
# Local Variables:
-# mode: cperl
-# cperl-indent-level: 4
+# mode: pir
# fill-column: 100
# End:
-# vim: expandtab shiftwidth=4:
+# vim: expandtab shiftwidth=4 ft=pir:
More information about the parrot-commits
mailing list