From 837df7c07433e6f43ba557e73a63fc639be252bd Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 22 Jun 2020 20:38:47 +0300 Subject: [PATCH] test-fixed: enable again vlib/sync/pool_test.v on windows --- cmd/tools/vtest-fixed.v | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/tools/vtest-fixed.v b/cmd/tools/vtest-fixed.v index 1ea2a00ab0..661b5d66c1 100644 --- a/cmd/tools/vtest-fixed.v +++ b/cmd/tools/vtest-fixed.v @@ -23,7 +23,6 @@ const ( skip_on_windows = [ 'vlib/orm/orm_test.v', 'vlib/net/websocket/ws_test.v', - 'vlib/sync/pool_test.v', ] skip_on_non_windows = []string{} skip_on_macos = []string{}