Skip to content

Commit

Permalink
fix perlcritic failure - missing perl coda, but still 2 TODOs in the …
Browse files Browse the repository at this point in the history
…file

git-svn-id: https://svn.parrot.org/parrot/trunk@44429 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
mikehh committed Feb 24, 2010
1 parent 18aa2fe commit 51bfd21
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion t/pipp.t
@@ -1,5 +1,5 @@
#!perl
# Copyright (C) 2008-2009, Parrot Foundation.
# Copyright (C) 2008-2010, Parrot Foundation.
# $Id$

use strict;
Expand Down Expand Up @@ -73,3 +73,11 @@ if (0)
ok( $pmc, 'invoke() should return a PMC, given that signature' );
is( $pmc->get_string(), 42, 'value returned in the PMC' );
}


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

0 comments on commit 51bfd21

Please sign in to comment.