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

cgen: fix string_interpolation_struct_test.v error

This commit is contained in:
yuyi
2020-04-17 07:45:42 +08:00
committed by GitHub
parent 7bfc3ef767
commit 8bb11d9035
3 changed files with 15 additions and 4 deletions

View File

@ -29,7 +29,6 @@ const (
'vlib/v/tests/pointers_test.v',
'vlib/v/tests/repl/repl_test.v',
'vlib/v/tests/string_interpolation_array_of_structs_test.v',
'vlib/v/tests/string_interpolation_struct_test.v',
'vlib/v/tests/string_interpolation_variadic_test.v',
'vlib/v/tests/type_test.v',
'vlib/v/tests/valgrind/valgrind_test.v', // ubuntu-musl only