mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
move compiler tests from compiler/ to v/
This commit is contained in:
@ -20,8 +20,8 @@ const (
|
||||
'./vlib/arrays/arrays.v',
|
||||
'./vlib/arrays/arrays_test.v',
|
||||
'./vlib/builtin/js/hashmap.v',
|
||||
'./vlib/compiler/tests/fn_variadic_test.v',
|
||||
'./vlib/compiler/tests/generic_test.v',
|
||||
'./vlib/v/tests/fn_variadic_test.v',
|
||||
'./vlib/v/tests/generic_test.v',
|
||||
'./vlib/crypto/aes/aes.v',
|
||||
'./vlib/crypto/aes/aes_cbc.v',
|
||||
'./vlib/crypto/aes/block_generic.v',
|
||||
|
Reference in New Issue
Block a user