mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: allow shared
element types for struct
and arrays (#8631)
This commit is contained in:
@ -132,6 +132,7 @@ const (
|
||||
'vlib/v/tests/semaphore_timed_test.v',
|
||||
'vlib/v/tests/shared_array_test.v',
|
||||
'vlib/v/tests/shared_autolock_test.v',
|
||||
'vlib/v/tests/shared_elem_test.v',
|
||||
'vlib/v/tests/shared_lock_2_test.v',
|
||||
'vlib/v/tests/shared_lock_3_test.v',
|
||||
'vlib/v/tests/shared_fn_return_test.v',
|
||||
|
Reference in New Issue
Block a user