Skip to content

Commit

Permalink
fudge test that needs working param type checks
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed May 22, 2014
1 parent d8ba4a8 commit c37a304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S17-supply/minmax.t
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use Test::Tap;

plan 12;

#?rakudo.jvm todo 'QAST::ParamTypeCheck needs to be implemented on jvm'
dies_ok { Supply.minmax }, 'can not be called as a class method';
dies_ok { Supply.new.minmax(23) }, 'must be code if specified';

Expand Down

0 comments on commit c37a304

Please sign in to comment.