1
0
Fork 0

[F] Fix test build

This commit is contained in:
seleznevae 2018-12-01 11:12:57 +03:00
parent 5558e880fe
commit 04cbb004cd
1 changed files with 2 additions and 0 deletions

View File

@ -183,6 +183,7 @@ static ft_table_t *create_basic_table(void)
return table;
}
#ifdef FT_HAVE_WCHAR
static ft_table_t *create_basic_wtable(void)
{
ft_table_t *table = ft_create_table();
@ -200,6 +201,7 @@ static ft_table_t *create_basic_wtable(void)
ft_wwrite_ln(table, L"5", L"Blade Runner", L"1982", L"8.1");
return table;
}
#endif
void test_table_builtin_border_styles(void)
{