Skip to content

Commit

Permalink
Fix test to run on modern parrot
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed Jan 13, 2011
1 parent e6fcac4 commit 2076796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/tree-optimizer.t
Expand Up @@ -82,7 +82,7 @@ plan(37);

{
class Even {
method ACCEPTS ($n) {
method ACCEPTS ($n, *%opts) {
if $n % 2 == 0 {
$n / 2;
} else {
Expand Down

0 comments on commit 2076796

Please sign in to comment.