From 1188498c1f714c32c287dfb657894d51c77e2c1b Mon Sep 17 00:00:00 2001 From: daurnimator Date: Tue, 23 May 2017 00:06:43 +1000 Subject: tests/test-suite/errors.js: un-skip test as we can now recover from a stack overflow --- tests/test-suite/errors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-suite/errors.js b/tests/test-suite/errors.js index c18adeb..47b4b2a 100644 --- a/tests/test-suite/errors.js +++ b/tests/test-suite/errors.js @@ -836,7 +836,7 @@ test("[test-suite] errors: testing line error", function (t) { }); -test("[test-suite] errors: several tests that exhaust the Lua stack", { skip: true }, function (t) { +test("[test-suite] errors: several tests that exhaust the Lua stack", function (t) { let luaCode = ` C = 0 local l = debug.getinfo(1, "l").currentline; function y () C=C+1; y() end -- cgit v1.2.3-54-g00ecf