test: update tests

This commit is contained in:
2026-05-25 17:35:09 +01:00
parent 5e3439bc4a
commit 01cbcf712a
5 changed files with 16 additions and 11 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ int main(int argc, const char **argv)
return -1;
}
fx_object_to_string(data, fx_stdout);
fx_object_to_string(data, fx_stdout, NULL);
fx_stream_write_char(fx_stdout, '\n');
fx_object_unref(data);