Skip to content

Commit 63a9cb3

Browse files
committed
Unfudge faulty fudges, colomon++
1 parent b6f69e6 commit 63a9cb3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

S17-supply/categorize.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ use Test::Tap;
66

77
plan 173;
88

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

S17-supply/classify.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ use Test::Tap;
66

77
plan 89;
88

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

0 commit comments

Comments
 (0)