aboutsummaryrefslogtreecommitdiff
path: root/t/01base.c
diff options
context:
space:
mode:
Diffstat (limited to 't/01base.c')
-rw-r--r--t/01base.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/01base.c b/t/01base.c
index 88e2c84..3f7ef13 100644
--- a/t/01base.c
+++ b/t/01base.c
@@ -8,9 +8,9 @@ int main(int argc, char *argv[])
plan_tests(2);
- tk = termkey_new(-1, 0);
+ tk = termkey_new_abstract("vt100", 0);
- ok(!!tk, "termkey_new");
+ ok(!!tk, "termkey_new_abstract");
termkey_destroy(tk);