From 9de3ed48e1710a77306e6f4bbe1236eecb5bd172 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Thu, 7 Apr 2016 05:46:49 -0400 Subject: [PATCH] >_> --- test_functions.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test_functions.cpp b/test_functions.cpp index 33c5151e..22a7dcd4 100644 --- a/test_functions.cpp +++ b/test_functions.cpp @@ -468,7 +468,6 @@ TEST_CASE("functions/all-kinds", "Register all kinds of functions, make sure the lua.set_function("l", sol::c_call); lua.set_function("m", &test_2::a, &t2); lua.set_function("n", sol::c_call); - lua.set_function("o", sol::c_call); lua.script(R"( o1 = test_1.new()