瀏覽代碼

tests: Fix FunctionWrapper test

Ole 9 年之前
父節點
當前提交
26ab6d21e3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/functions.cpp

+ 1 - 0
tests/functions.cpp

@@ -48,6 +48,7 @@ TEST_CASE("FunctionWrapper") {
 		// Test function beforehand
 		test_function_noret(13, 37);
 		int req_environemt = noret_environment;
+		noret_environment = 0;
 
 		// Wrap function
 		lua_CFunction cfun = LUWRA_WRAP(test_function_noret);