From 2aaf4a458734a46cbd3a4bfd8890206ed3c12594 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Tue, 23 May 2017 00:07:22 +1000 Subject: tests/test-suite/nextvar.js: un-skip passing test --- tests/test-suite/nextvar.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test-suite/nextvar.js b/tests/test-suite/nextvar.js index d119d97..28a54e7 100644 --- a/tests/test-suite/nextvar.js +++ b/tests/test-suite/nextvar.js @@ -907,8 +907,7 @@ test("[test-suite] nextvar: next", function (t) { }); -// TODO: infinite loop ? -test("[test-suite] nextvar: testing floats in numeric for", { skip: true }, function (t) { +test("[test-suite] nextvar: testing floats in numeric for", function (t) { let luaCode = ` do local a -- cgit v1.2.3-54-g00ecf