From: Daniel Carl <danielcarl@gmx.de>
Date: Tue, 2 Dec 2014 20:49:29 +0000 (+0100)
Subject: Fixed broken automated test.
X-Git-Url: https://git.owens.tech/wrapped.html/wrapped.html/git?a=commitdiff_plain;h=510737bb9847ba571105accdfb89e5eb93f423cb;p=vimb.git

Fixed broken automated test.
---

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);