Skip to content

Commit

Permalink
rakudo unfudge
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Mar 2, 2012
1 parent 75e6cb6 commit ea3031a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions S02-names-vars/list_array_perl.t
Expand Up @@ -100,10 +100,8 @@ my @tests = (
}

# RT #65988
#?rakudo skip 'RT 65988'
{
my $rt65988 = (\(1,2), \(3,4));
#?rakudo todo 'RT 65988 (bogus test?)'
is_deeply eval( $rt65988.perl ), $rt65988, $rt65988.perl ~ '.perl';
}

Expand Down
1 change: 0 additions & 1 deletion S02-names-vars/perl.t
Expand Up @@ -27,7 +27,6 @@ my @tests = (
rx:P5/foo/, rx:P5//, rx:P5/^.*$/,

# References to scalars
#?rakudo emit # ng can't parse references yet
\42, \Inf, \-Inf, \NaN, \"string", \"", \?1, \?0, \Mu,

(a => 1),
Expand Down

0 comments on commit ea3031a

Please sign in to comment.