1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

sync.once: add Once (#12722)

This commit is contained in:
Taillook
2021-12-06 01:56:03 +09:00
committed by GitHub
parent 105d7fcf75
commit 0c713f6edc
3 changed files with 67 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ const (
'vlib/vweb/request_test.v',
'vlib/net/http/request_test.v',
'vlib/vweb/route_test.v',
'vlib/sync/once_test.v',
]
skip_on_non_windows = [
'do_not_remove',