forked from github/server
hopefully fixing travis build (thanks, valgrind)
This commit is contained in:
parent
4fdb9e86e7
commit
b34fca4633
|
@ -349,7 +349,7 @@ static void test_follow_ship_msg(CuTest * tc) {
|
|||
locale_setstring(default_locale, "keyword::move", "NACH");
|
||||
init_locale(default_locale);
|
||||
|
||||
mt_register(mt_new_va("error18", "unit:unit", "region:region", "command:order"));
|
||||
mt_register(mt_new_va("error18", "unit:unit", "region:region", "command:order", 0));
|
||||
|
||||
init_order(ord);
|
||||
getstrtoken();
|
||||
|
|
Loading…
Reference in New Issue