diff options
Diffstat (limited to 'tests/test-suite/errors.js')
-rw-r--r-- | tests/test-suite/errors.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-suite/errors.js b/tests/test-suite/errors.js index 47b4b2a..432ee35 100644 --- a/tests/test-suite/errors.js +++ b/tests/test-suite/errors.js @@ -950,7 +950,7 @@ test("[test-suite] errors: error in error handling", function (t) { }); -test("[test-suite] errors: too many results", { skip: true }, function (t) { +test("[test-suite] errors: too many results", function (t) { let luaCode = ` local function loop (x,y,z) return 1 + loop(x, y, z) end |