[svn:parrot] r44386 - trunk/t/op
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Tue Feb 23 12:18:40 UTC 2010
Author: mikehh
Date: Tue Feb 23 12:18:39 2010
New Revision: 44386
URL: https://trac.parrot.org/parrot/changeset/44386
Log:
fix pir coda
Modified:
trunk/t/op/box.t
trunk/t/op/cc_params.t
trunk/t/op/comp.t
trunk/t/op/errorson.t
trunk/t/op/fetch.t
trunk/t/op/gc-leaky.t
trunk/t/op/gc.t
Modified: trunk/t/op/box.t
==============================================================================
--- trunk/t/op/box.t Tue Feb 23 12:09:51 2010 (r44385)
+++ trunk/t/op/box.t Tue Feb 23 12:18:39 2010 (r44386)
@@ -1,5 +1,5 @@
#!parrot
-# Copyright (C) 2008-2009, Parrot Foundation.
+# Copyright (C) 2008-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -176,8 +176,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/op/cc_params.t
==============================================================================
--- trunk/t/op/cc_params.t Tue Feb 23 12:09:51 2010 (r44385)
+++ trunk/t/op/cc_params.t Tue Feb 23 12:18:39 2010 (r44386)
@@ -120,7 +120,6 @@
# Local Variables:
# mode: pir
-# cperl-indent-level: 4
# fill-column: 100
# End:
# vim: expandtab shiftwidth=4 ft=pir:
Modified: trunk/t/op/comp.t
==============================================================================
--- trunk/t/op/comp.t Tue Feb 23 12:09:51 2010 (r44385)
+++ trunk/t/op/comp.t Tue Feb 23 12:18:39 2010 (r44386)
@@ -1,5 +1,5 @@
#!parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -160,8 +160,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/errorson.t
==============================================================================
--- trunk/t/op/errorson.t Tue Feb 23 12:09:51 2010 (r44385)
+++ trunk/t/op/errorson.t Tue Feb 23 12:18:39 2010 (r44386)
@@ -42,7 +42,6 @@
# Local Variables:
# mode: pir
-# cperl-indent-level: 4
# fill-column: 100
# End:
# vim: expandtab shiftwidth=4 ft=pir:
Modified: trunk/t/op/fetch.t
==============================================================================
--- trunk/t/op/fetch.t Tue Feb 23 12:09:51 2010 (r44385)
+++ trunk/t/op/fetch.t Tue Feb 23 12:18:39 2010 (r44386)
@@ -1,5 +1,5 @@
#!parrot
-# Copyright (C) 2009, Parrot Foundation.
+# Copyright (C) 2009-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -102,7 +102,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/gc-leaky.t
==============================================================================
--- trunk/t/op/gc-leaky.t Tue Feb 23 12:09:51 2010 (r44385)
+++ trunk/t/op/gc-leaky.t Tue Feb 23 12:18:39 2010 (r44386)
@@ -70,4 +70,4 @@
# mode: pir
# fill-column: 100
# End:
-# vim: expandtab shiftwidth=4:
+# vim: expandtab shiftwidth=4 ft=pir:
Modified: trunk/t/op/gc.t
==============================================================================
--- trunk/t/op/gc.t Tue Feb 23 12:09:51 2010 (r44385)
+++ trunk/t/op/gc.t Tue Feb 23 12:18:39 2010 (r44386)
@@ -1,5 +1,5 @@
#! parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
# $Id$
=head1 NAME
@@ -542,8 +542,7 @@
F<examples/benchmarks/primes2.py>.
# 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