Skip to content

Commit

Permalink
skip charname stuff for Perl 5.005
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@4109 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Leopold Toetsch committed Sep 19, 2003
1 parent ff29f11 commit f23223b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions languages/perl6/t/compiler/b.t
Expand Up @@ -69,7 +69,7 @@ OUT

##############################
SKIP: {
skip("running on a perl without charnames", 1)
skip("running on a perl without charnames", 2)
unless eval "use charnames (); 1";
output_is(<<'CODE', <<'OUT', "string interpolation 4");
sub main() {
Expand All @@ -86,7 +86,6 @@ CODE
16
@P
OUT
}

##############################
output_is(<<'CODE', <<'OUT', "string interpolation 5");
Expand All @@ -103,6 +102,7 @@ XXX
xxx
OUT

}
##############################
output_is(<<'CODE', <<'OUT', "string interpolation 6");
sub main() {
Expand Down

0 comments on commit f23223b

Please sign in to comment.