projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ee308b
)
Fixed broken automated test.
author
Daniel Carl
<danielcarl@gmx.de>
Tue, 2 Dec 2014 20:49:29 +0000
(21:49 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Tue, 2 Dec 2014 20:49:29 +0000
(21:49 +0100)
tests/test-map.c
patch
|
blob
|
history
diff --git
a/tests/test-map.c
b/tests/test-map.c
index
a862acd
..
93f51e7
100644
(file)
--- 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);