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

tests: fix -skip-unused test on macos

This commit is contained in:
Delyan Angelov 2021-04-12 10:24:13 +03:00
parent 9957e5a2c5
commit 6d2d956c80

View File

@ -31,6 +31,7 @@ pub fn mark_used(mut table ast.Table, pref &pref.Preferences, ast_files []ast.Fi
'isnil',
'opt_ok',
'error',
'__print_assert_failure',
// utf8_str_visible_length is used by c/str.v
'utf8_str_visible_length',
'compare_ints',