Fixed broken automated test.
authorDaniel Carl <danielcarl@gmx.de>
Tue, 2 Dec 2014 20:49:29 +0000 (21:49 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Tue, 2 Dec 2014 20:49:29 +0000 (21:49 +0100)
tests/test-map.c

index a862acd..93f51e7 100644 (file)
@@ -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);