Skip to content

Commit

Permalink
fix broken fudged multi in Test.pm6
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Aug 4, 2010
1 parent 616bc42 commit b034cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test.pm6
Expand Up @@ -42,7 +42,7 @@ class Builder {

# XXX multi!
method plan($x) {
if $x ~~ Int {
if $x ~~ Num {
self.expected-tests($x);
} elsif $x ~~ Whatever {
# no effect
Expand Down

0 comments on commit b034cd5

Please sign in to comment.