summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2014-12-02 21:49:29 +0100
committerDaniel Carl <danielcarl@gmx.de>2014-12-02 21:49:29 +0100
commit510737bb9847ba571105accdfb89e5eb93f423cb (patch)
tree63d9c63bb6d96661c97fe8e5c418e71f5149e333 /tests
parent7ee308bf055069ba73eb40db1927dc8b0dad22c2 (diff)
Fixed broken automated test.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-map.c b/tests/test-map.c
index a862acd..93f51e7 100644
--- a/tests/test-map.c
+++ b/tests/test-map.c
@@ -143,7 +143,7 @@ int main(int argc, char *argv[])
/* add a test mode to handle the maped sequences */
mode_init();
- mode_add('t', NULL, NULL, keypress, NULL, "");
+ mode_add('t', NULL, NULL, keypress, NULL);
mode_enter('t');
g_test_add_func("/test-map/handle_string/simple", test_handle_string_simple);