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

all: initial support for closures (x64 / linux-only) (#11114)

This commit is contained in:
Enzo
2021-08-10 20:27:15 +02:00
committed by GitHub
parent 2cfb8fd697
commit da53f818df
22 changed files with 607 additions and 185 deletions

View File

@@ -97,6 +97,7 @@ const (
skip_on_windows = [
'vlib/orm/orm_test.v',
'vlib/v/tests/orm_sub_struct_test.v',
'vlib/v/tests/closure_test.v',
'vlib/net/websocket/ws_test.v',
'vlib/net/unix/unix_test.v',
'vlib/net/websocket/websocket_test.v',