diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_vt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_vt.c b/tests/test_vt.c index bc3e235..9ce7bd0 100644 --- a/tests/test_vt.c +++ b/tests/test_vt.c @@ -102,8 +102,7 @@ int main(int argc, char **argv) if (ret) goto err_exit; - ret = uterm_vt_allocate(vtm, &vt, NULL, NULL, UTERM_VT_DEFAULT, NULL, - NULL); + ret = uterm_vt_allocate(vtm, &vt, NULL, NULL, NULL, NULL, NULL); if (ret) goto err_vtm; |