summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2012-09-30 15:15:06 +0200
committerDavid Herrmann <dh.herrmann@googlemail.com>2012-09-30 15:15:06 +0200
commite39aa6533fd55e02f83f4fe1a845789f616defd0 (patch)
tree9497fb907929e91ffdf6da425279578b42f054fe /tests
parent8f3ce0d5ede0616c7f533dcc2357e82e1a507d49 (diff)
test_vt: fix compilation with new allocation API
We changed the uterm API so we need to fix this test again. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/test_vt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_vt.c b/tests/test_vt.c
index 9302815..bc3e235 100644
--- a/tests/test_vt.c
+++ b/tests/test_vt.c
@@ -102,7 +102,8 @@ int main(int argc, char **argv)
if (ret)
goto err_exit;
- ret = uterm_vt_allocate(vtm, &vt, NULL, NULL, NULL, NULL);
+ ret = uterm_vt_allocate(vtm, &vt, NULL, NULL, UTERM_VT_DEFAULT, NULL,
+ NULL);
if (ret)
goto err_vtm;