Skip to content

Commit

Permalink
fix pir coda
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@44380 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
mikehh committed Feb 23, 2010
1 parent 2a42006 commit 3a13b44
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 14 deletions.
1 change: 0 additions & 1 deletion t/pmc/lexinfo.t
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ end:

# Local Variables:
# mode: pir
# cperl-indent-level: 4
# fill-column: 100
# End:
# vim: expandtab shiftwidth=4 ft=pir:
3 changes: 1 addition & 2 deletions t/pmc/lexpad.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! parrot
# Copyright (C) 2006-2007, Parrot Foundation.
# Copyright (C) 2006-2010, Parrot Foundation.
# $Id$

=head1 NAME
Expand Down Expand Up @@ -70,7 +70,6 @@ iter_done:

# Local Variables:
# mode: pir
# cperl-indent-level: 4
# fill-column: 100
# End:
# vim: expandtab shiftwidth=4 ft=pir:
8 changes: 7 additions & 1 deletion t/pmc/namespace.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! parrot
# Copyright (C) 2006-2007, Parrot Foundation.
# Copyright (C) 2006-2010, Parrot Foundation.
# $Id$

=head1 NAME
Expand Down Expand Up @@ -701,3 +701,9 @@ CODE
.sub 'baz'
.return("MyHLL")
.end
# Local Variables:
# mode: pir
# fill-column: 100
# End:
# vim: expandtab shiftwidth=4 ft=pir:
7 changes: 3 additions & 4 deletions t/pmc/objects.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! parrot
# Copyright (C) 2001-2009, Parrot Foundation.
# Copyright (C) 2001-2010, Parrot Foundation.
# $Id$

=head1 NAME
Expand Down Expand Up @@ -1790,8 +1790,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:
8 changes: 7 additions & 1 deletion t/pmc/opcode.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! parrot
# Copyright (C) 2001-2009, Parrot Foundation.
# Copyright (C) 2001-2010, Parrot Foundation.
# $Id$

=head1 NAME
Expand Down Expand Up @@ -27,3 +27,9 @@ t/pmc/opcode.t - Opcode PMC
ok(1)
create_end:
.end

# Local Variables:
# mode: pir
# fill-column: 100
# End:
# vim: expandtab shiftwidth=4 ft=pir:
8 changes: 7 additions & 1 deletion t/pmc/oplib.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! parrot
# Copyright (C) 2001-2009, Parrot Foundation.
# Copyright (C) 2001-2010, Parrot Foundation.
# $Id$

=head1 NAME
Expand Down Expand Up @@ -32,3 +32,9 @@ ok:
end:
.end

# Local Variables:
# mode: pir
# fill-column: 100
# End:
# vim: expandtab shiftwidth=4 ft=pir:

7 changes: 3 additions & 4 deletions t/pmc/orderedhashiterator.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!./parrot
# Copyright (C) 2001-2006, Parrot Foundation.
# Copyright (C) 2001-2010, Parrot Foundation.
# $Id$

=head1 NAME
Expand Down Expand Up @@ -41,8 +41,7 @@ t/pmc/orderedhash.t.


# Local Variables:
# mode: cperl
# cperl-indent-level: 4
# mode: pir
# fill-column: 100
# End:
# vim: expandtab shiftwidth=4:
# vim: expandtab shiftwidth=4 ft=pir:

0 comments on commit 3a13b44

Please sign in to comment.