From 2baf8bc6ed7ed637319d7be241e38478f69568ca Mon Sep 17 00:00:00 2001 From: Vadim Belman Date: Mon, 18 Apr 2022 20:38:34 -0400 Subject: [PATCH] Fix test to deal with the experimental status of `will complain` It needs the `use experimantal :will-complain` or otherwise the proto signature would not match its candidates. --- t/02-rakudo/12-proto-arity-count.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/02-rakudo/12-proto-arity-count.t b/t/02-rakudo/12-proto-arity-count.t index d411c0f5b1b..1790c47dd1e 100644 --- a/t/02-rakudo/12-proto-arity-count.t +++ b/t/02-rakudo/12-proto-arity-count.t @@ -1,3 +1,5 @@ +# Without the 'use experimental' there will be mismatch of &trait_mod: proto and candidates +use experimental :will-complain; use Test; BEGIN if $*VM.name eq 'jvm' {