Skip to content

Commit

Permalink
Fix test to deal with the experimental status of will complain
Browse files Browse the repository at this point in the history
It needs the `use experimantal :will-complain` or otherwise the proto
signature would not match its candidates.
  • Loading branch information
vrurg committed Apr 19, 2022
1 parent beeb9ff commit 2baf8bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/02-rakudo/12-proto-arity-count.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Without the 'use experimental' there will be mismatch of &trait_mod:<will> proto and candidates
use experimental :will-complain;
use Test;

BEGIN if $*VM.name eq 'jvm' {
Expand Down

0 comments on commit 2baf8bc

Please sign in to comment.