diff options
Diffstat (limited to 'tests/test-suite/bitwise.js')
-rw-r--r-- | tests/test-suite/bitwise.js | 4 |
1 files changed, 2 insertions, 2 deletions
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"); }); |