Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix defer-next.t
  • Loading branch information
moritz committed Aug 22, 2015
1 parent ecc7a5f commit 46c94bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S12-methods/defer-next.t
Expand Up @@ -9,7 +9,7 @@ plan 21;
# Simple test, making sure nextwith passes on parameters properly.
class A {
method a(*@A) {
(self.perl, @A)
(flat self.perl, @A)
}
}
class B is A {
Expand Down

0 comments on commit 46c94bb

Please sign in to comment.