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

checker/cgen: support print*(), .str() and '$x' for shared (#8771)

This commit is contained in:
Uwe Krüger
2021-02-16 12:40:13 +01:00
committed by GitHub
parent 6813866141
commit 0520b755f4
8 changed files with 141 additions and 42 deletions

View File

@@ -148,6 +148,7 @@ const (
'vlib/v/tests/shift_test.v',
'vlib/v/tests/str_gen_test.v',
'vlib/v/tests/string_interpolation_multi_return_test.v',
'vlib/v/tests/string_interpolation_shared_test.v',
'vlib/v/tests/struct_allow_both_field_defaults_and_skip_flag_test.v',
'vlib/v/tests/string_interpolation_test.v',
'vlib/v/tests/struct_test.v',