Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge a couple of tests for natives.
  • Loading branch information
jnthn committed Oct 26, 2011
1 parent 47573c5 commit 11b1be0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S02-types/native.t
Expand Up @@ -60,7 +60,6 @@ plan 22;
is h($I), 42, 'routine-entry Int autounboxing';
}

#?rakudo skip 'RT #102244'
{
my int $x = 2;
is $x.gist, 2, 'can call method on a native int';
Expand Down

0 comments on commit 11b1be0

Please sign in to comment.