[svn:parrot] r44380 - trunk/t/pmc
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Tue Feb 23 11:22:29 UTC 2010
Author: mikehh
Date: Tue Feb 23 11:22:28 2010
New Revision: 44380
URL: https://trac.parrot.org/parrot/changeset/44380
Log:
fix pir coda
Modified:
trunk/t/pmc/lexinfo.t
trunk/t/pmc/lexpad.t
trunk/t/pmc/namespace.t
trunk/t/pmc/objects.t
trunk/t/pmc/opcode.t
trunk/t/pmc/oplib.t
trunk/t/pmc/orderedhashiterator.t
Modified: trunk/t/pmc/lexinfo.t
==============================================================================
--- trunk/t/pmc/lexinfo.t Tue Feb 23 11:15:03 2010 (r44379)
+++ trunk/t/pmc/lexinfo.t Tue Feb 23 11:22:28 2010 (r44380)
@@ -72,7 +72,6 @@
# Local Variables:
# mode: pir
-# cperl-indent-level: 4
# fill-column: 100
# End:
# vim: expandtab shiftwidth=4 ft=pir:
Modified: trunk/t/pmc/lexpad.t
==============================================================================
--- trunk/t/pmc/lexpad.t Tue Feb 23 11:15:03 2010 (r44379)
+++ trunk/t/pmc/lexpad.t Tue Feb 23 11:22:28 2010 (r44380)
@@ -1,5 +1,5 @@
#! parrot
-# Copyright (C) 2006-2007, Parrot Foundation.
+# Copyright (C) 2006-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -70,7 +70,6 @@
# Local Variables:
# mode: pir
-# cperl-indent-level: 4
# fill-column: 100
# End:
# vim: expandtab shiftwidth=4 ft=pir:
Modified: trunk/t/pmc/namespace.t
==============================================================================
--- trunk/t/pmc/namespace.t Tue Feb 23 11:15:03 2010 (r44379)
+++ trunk/t/pmc/namespace.t Tue Feb 23 11:22:28 2010 (r44380)
@@ -1,5 +1,5 @@
#! parrot
-# Copyright (C) 2006-2007, Parrot Foundation.
+# Copyright (C) 2006-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -701,3 +701,9 @@
.sub 'baz'
.return("MyHLL")
.end
+
+# Local Variables:
+# mode: pir
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4 ft=pir:
Modified: trunk/t/pmc/objects.t
==============================================================================
--- trunk/t/pmc/objects.t Tue Feb 23 11:15:03 2010 (r44379)
+++ trunk/t/pmc/objects.t Tue Feb 23 11:22:28 2010 (r44380)
@@ -1,5 +1,5 @@
#! parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -1790,8 +1790,7 @@
# 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/opcode.t
==============================================================================
--- trunk/t/pmc/opcode.t Tue Feb 23 11:15:03 2010 (r44379)
+++ trunk/t/pmc/opcode.t Tue Feb 23 11:22:28 2010 (r44380)
@@ -1,5 +1,5 @@
#! parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -27,3 +27,9 @@
ok(1)
create_end:
.end
+
+# Local Variables:
+# mode: pir
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4 ft=pir:
Modified: trunk/t/pmc/oplib.t
==============================================================================
--- trunk/t/pmc/oplib.t Tue Feb 23 11:15:03 2010 (r44379)
+++ trunk/t/pmc/oplib.t Tue Feb 23 11:22:28 2010 (r44380)
@@ -1,5 +1,5 @@
#! parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -32,3 +32,9 @@
end:
.end
+# Local Variables:
+# mode: pir
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4 ft=pir:
+
Modified: trunk/t/pmc/orderedhashiterator.t
==============================================================================
--- trunk/t/pmc/orderedhashiterator.t Tue Feb 23 11:15:03 2010 (r44379)
+++ trunk/t/pmc/orderedhashiterator.t Tue Feb 23 11:22:28 2010 (r44380)
@@ -1,5 +1,5 @@
#!./parrot
-# Copyright (C) 2001-2006, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -41,8 +41,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