File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ use Test::Tap;
6
6
7
7
plan 173 ;
8
8
9
- # ?rakudo.jvm todo 3 "D: doesn't work in signatures"
10
9
dies_ok { Supply . categorize ( {... } ) }, ' can not be called as a class method' ;
11
10
dies_ok { Supply . categorize ( {a => 1} ) }, ' can not be called as a class method' ;
12
11
dies_ok { Supply . categorize ( [<a >] ) }, ' can not be called as a class method' ;
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ use Test::Tap;
6
6
7
7
plan 89 ;
8
8
9
- # ?rakudo.jvm todo 3 "D: doesn't work in signatures"
10
9
dies_ok { Supply . classify ( {... } ) }, ' can not be called as a class method' ;
11
10
dies_ok { Supply . classify ( {a => 1} ) }, ' can not be called as a class method' ;
12
11
dies_ok { Supply . classify ( [<a >] ) }, ' can not be called as a class method' ;
You can’t perform that action at this time.
0 commit comments