diff options
author | daurnimator <quae@daurnimator.com> | 2017-05-23 00:07:22 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-23 00:53:09 +1000 |
commit | 2aaf4a458734a46cbd3a4bfd8890206ed3c12594 (patch) | |
tree | 51fd82bdd4d53cf3425f877ecddcc6d5a9250676 /tests | |
parent | 1188498c1f714c32c287dfb657894d51c77e2c1b (diff) | |
download | fengari-2aaf4a458734a46cbd3a4bfd8890206ed3c12594.tar.gz fengari-2aaf4a458734a46cbd3a4bfd8890206ed3c12594.tar.bz2 fengari-2aaf4a458734a46cbd3a4bfd8890206ed3c12594.zip |
tests/test-suite/nextvar.js: un-skip passing test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-suite/nextvar.js | 3 |
1 files changed, 1 insertions, 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 |