Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge test for bug found by moritz++ with native handling.
  • Loading branch information
jnthn committed Oct 25, 2011
1 parent 1429c23 commit f1568a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S02-types/native.t
Expand Up @@ -57,7 +57,6 @@ plan 17;

sub h(int $x) { $x div 2 }
my Int $I = 84;
#?rakudo skip 'Cannot unbox argument to $x'
is h($I), 42, 'routine-entry Int autounboxing';
}

Expand Down

0 comments on commit f1568a4

Please sign in to comment.