1
0
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:
Uwe Krüger
2021-02-08 00:28:29 +01:00
committed by GitHub
parent 7f4c582f1a
commit 118ca1240e
6 changed files with 144 additions and 20 deletions

View File

@ -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',