Skip to content

Commit

Permalink
Unfudge faulty fudges, colomon++
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed May 12, 2014
1 parent b6f69e6 commit 63a9cb3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion S17-supply/categorize.t
Expand Up @@ -6,7 +6,6 @@ use Test::Tap;

plan 173;

#?rakudo.jvm todo 3 "D: doesn't work in signatures"
dies_ok { Supply.categorize( {...} ) }, 'can not be called as a class method';
dies_ok { Supply.categorize( {a=>1} ) }, 'can not be called as a class method';
dies_ok { Supply.categorize( [<a>] ) }, 'can not be called as a class method';
Expand Down
1 change: 0 additions & 1 deletion S17-supply/classify.t
Expand Up @@ -6,7 +6,6 @@ use Test::Tap;

plan 89;

#?rakudo.jvm todo 3 "D: doesn't work in signatures"
dies_ok { Supply.classify( {...} ) }, 'can not be called as a class method';
dies_ok { Supply.classify( {a=>1} ) }, 'can not be called as a class method';
dies_ok { Supply.classify( [<a>] ) }, 'can not be called as a class method';
Expand Down

0 comments on commit 63a9cb3

Please sign in to comment.