tests: fix -skip-unused test on macos
parent
9957e5a2c5
commit
6d2d956c80
|
@ -31,6 +31,7 @@ pub fn mark_used(mut table ast.Table, pref &pref.Preferences, ast_files []ast.Fi
|
||||||
'isnil',
|
'isnil',
|
||||||
'opt_ok',
|
'opt_ok',
|
||||||
'error',
|
'error',
|
||||||
|
'__print_assert_failure',
|
||||||
// utf8_str_visible_length is used by c/str.v
|
// utf8_str_visible_length is used by c/str.v
|
||||||
'utf8_str_visible_length',
|
'utf8_str_visible_length',
|
||||||
'compare_ints',
|
'compare_ints',
|
||||||
|
|
Loading…
Reference in New Issue