test-fixed: enable again vlib/sync/pool_test.v on windows

pull/5460/head
Delyan Angelov 2020-06-22 20:38:47 +03:00
parent d19a33c420
commit 837df7c074
1 changed files with 0 additions and 1 deletions

View File

@ -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{}