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

cgen: printing pointer should print the address

This commit is contained in:
Daniel Däschle
2020-04-09 15:35:52 +02:00
committed by GitHub
parent f508955b64
commit c0d86eb651
5 changed files with 13 additions and 13 deletions

View File

@@ -52,6 +52,7 @@ const (
'vlib/v/tests/type_test.v',
'vlib/v/tests/typeof_test.v',
'vlib/v/tests/valgrind/valgrind_test.v', // ubuntu-musl only
'vlib/v/tests/pointers_str_test.v',
]
)