From 6b20963c31b498cdcb0f8e167f98fe06d40872a3 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Mon, 7 Nov 2016 13:33:09 +0000 Subject: [PATCH] Adjust plan Per discussion[^1], the adjustment is needed due to PR#179 removing some redundant tests, while forgetting to adjust the plan. https://github.com/perl6/roast/pull/179#discussion_r86182898 --- S03-operators/mix.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/S03-operators/mix.t b/S03-operators/mix.t index c728cb7b1d..4ace173f4c 100644 --- a/S03-operators/mix.t +++ b/S03-operators/mix.t @@ -1,7 +1,7 @@ use v6; use Test; -plan 128; +plan 126; sub showset($b) { $b.keys.sort.join(' ') }