Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reword a confusing test label masak++
  • Loading branch information
sorear committed Dec 23, 2010
1 parent a15d1ec commit cacbb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.pl
Expand Up @@ -262,7 +262,7 @@
ok 42.ACCEPTS(42), "accepts can match stuff";
ok 12 ~~ "12", "strings match string value";
ok "Hi" ~~ Str, "types match identity";
ok (?0) ~~ (?1), "bools are a constant";
ok (?0) ~~ (?1), "Bool.ACCEPTS ignores its argument";
}

{
Expand Down

0 comments on commit cacbb63

Please sign in to comment.