From f8db44bb15c29d9939969eee897a132974b8f78c Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Thu, 11 Feb 2021 13:12:00 +0200 Subject: [PATCH] ci: update reference to pool_test.v in skip_with_werror in `v test-self` --- cmd/tools/vtest-self.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tools/vtest-self.v b/cmd/tools/vtest-self.v index 7a91a14ea1..ea1823aca3 100644 --- a/cmd/tools/vtest-self.v +++ b/cmd/tools/vtest-self.v @@ -85,7 +85,7 @@ const ( 'vlib/sync/channel_try_buf_test.v', 'vlib/sync/select_close_test.v', 'vlib/sync/struct_chan_init_test.v', - 'vlib/sync/pool_test.v', + 'vlib/sync/pool/pool_test.v', 'vlib/szip/szip_test.v', 'vlib/v/compiler_errors_test.v', 'vlib/v/ast/walker/walker_test.v',