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

tests: fix mut_test; x64: sub32()

This commit is contained in:
Alexander Medvednikov
2020-04-21 05:49:03 +02:00
parent be40de331d
commit 9278a0cfba
4 changed files with 57 additions and 44 deletions

View File

@@ -20,7 +20,6 @@ const (
'vlib/v/tests/enum_bitfield_test.v',
'vlib/v/tests/fixed_array_test.v',
'vlib/v/tests/fn_variadic_test.v',
'vlib/v/tests/mut_test.v',
'vlib/v/tests/num_lit_call_method_test.v',
'vlib/v/tests/option_test.v',
'vlib/v/tests/pointers_test.v',