Skip to content

Commit

Permalink
rakudo.parrot unfudge
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Sep 7, 2013
1 parent 16a91a3 commit ecc7bf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S32-io/other.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ plan 60;
# RT #117841
for 1..12 -> $x {
for map { 2**$x - 1 }, ^5 {
#?rakudo.parrot todo 'parrot <5.8.0 might fail here'
ok( get_out("say 1 x $_,q|—|", '')<out> ~~ /^1+\—\s*$/, "Test for $_ bytes + utf8 char");
}
}
}

0 comments on commit ecc7bf8

Please sign in to comment.