mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-03 17:54:33 +03:00
fix formatted option no init test
This commit is contained in:
parent
62b76bf31a
commit
40ae120360
@ -629,7 +629,7 @@ END_TEST
|
||||
START_TEST(nsoption_api_snoptionf_no_init_test)
|
||||
{
|
||||
int ret;
|
||||
ret = nsoption_snoptionf(NULL, 0, 0, NULL);
|
||||
ret = nsoption_snoptionf(NULL, 0, 0, "");
|
||||
ck_assert_int_eq(ret, -1);
|
||||
}
|
||||
END_TEST
|
||||
|
Loading…
Reference in New Issue
Block a user