add a second parameter, forget to write it in the test

what am I good for aaah
This commit is contained in:
ThePhD 2017-06-26 10:20:53 -04:00
parent af2136ba00
commit 0973d789fa

View File

@ -1195,7 +1195,7 @@ TEST_CASE("functions/unique-overloading", "make sure overloading can work with p
lua.script("h(v2)");
lua.script("h(v3)");
lua.script("h(v4)");
lua.script("i(v1)");
lua.script("i(20, v1)");
}());
};
// LuaJIT segfaults hard on some Linux machines