mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
add a second parameter, forget to write it in the test
what am I good for aaah
This commit is contained in:
parent
af2136ba00
commit
0973d789fa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user