From b894a194ac468e9da1613d4161094ea4dc902e34 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Fri, 19 May 2017 13:37:35 +0200 Subject: [test-suite] nextvar.js --- tests/test-suite/bitwise.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test-suite/bitwise.js') diff --git a/tests/test-suite/bitwise.js b/tests/test-suite/bitwise.js index 0b6d533..3969bb0 100644 --- a/tests/test-suite/bitwise.js +++ b/tests/test-suite/bitwise.js @@ -191,11 +191,11 @@ test("[test-suite] bitwise: testing bitwise operations", function (t) { }, "Lua program loaded without error"); - // t.doesNotThrow(function () { + t.doesNotThrow(function () { lua.lua_call(L, 0, -1); - // }, "Lua program ran without error"); + }, "Lua program ran without error"); }); -- cgit v1.2.3-54-g00ecf