From 0973d789fa0a594cb4fb3f8868928b11c6a32ed8 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Mon, 26 Jun 2017 10:20:53 -0400 Subject: [PATCH] add a second parameter, forget to write it in the test what am I good for aaah --- test_functions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_functions.cpp b/test_functions.cpp index e07a27fa..226af14f 100644 --- a/test_functions.cpp +++ b/test_functions.cpp @@ -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