From 8a487d3f1ae60a2317e9a756cc95a7e691e1dbd3 Mon Sep 17 00:00:00 2001 From: "Philippe Bruhat (BooK)" Date: Mon, 24 Oct 2022 01:22:59 +0200 Subject: Replace 'experimental::smartmatch' by 'deprecated' in tests --- dist/Safe/t/safeops.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist') diff --git a/dist/Safe/t/safeops.t b/dist/Safe/t/safeops.t index ea15931600..57c46b62c3 100644 --- a/dist/Safe/t/safeops.t +++ b/dist/Safe/t/safeops.t @@ -453,7 +453,7 @@ dor $x // $y dorassign $x //= $y once SKIP {use feature 'state'; state $foo = 42;} say SKIP {use feature 'say'; say "foo";} -smartmatch no warnings 'experimental::smartmatch'; $x ~~ $y +smartmatch no warnings 'deprecated'; $x ~~ $y aeach SKIP each @t akeys SKIP keys @t avalues SKIP values @t -- cgit v1.2.1