Skip to content

Commit

Permalink
Unfudge passing test, dogbert++
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Oct 24, 2018
1 parent 0243275 commit 18eed38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/05-messages/02-errors.t
Expand Up @@ -16,7 +16,6 @@ throws-like { for [:a] X [:b] -> ($i, $j) { } },
message => / '<anon>' /,
"anonymous subs get '<anon>' in arity error messages";

todo 'needs better error message';
throws-like {
sub l { IO::Socket::Async.listen: "localhost", 111390 }
react whenever l() {
Expand Down

0 comments on commit 18eed38

Please sign in to comment.