tests: fix -skip-unused test on macos

pull/9699/head
Delyan Angelov 2021-04-12 10:24:13 +03:00
parent 9957e5a2c5
commit 6d2d956c80
1 changed files with 1 additions and 0 deletions

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',