diff options
author | daurnimator <quae@daurnimator.com> | 2017-05-23 00:16:59 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-23 00:53:12 +1000 |
commit | 0085399fa4b4a6e9450ab454a4ac33dd26db003e (patch) | |
tree | ebec2e35f6a5c348d130af86a2c68a853307c50a /tests/test-suite | |
parent | 56a72b0c1ce00b4de0b25318c3eabd6c48deab2e (diff) | |
download | fengari-0085399fa4b4a6e9450ab454a4ac33dd26db003e.tar.gz fengari-0085399fa4b4a6e9450ab454a4ac33dd26db003e.tar.bz2 fengari-0085399fa4b4a6e9450ab454a4ac33dd26db003e.zip |
tests/test-suite/errors.js: un-skip passing test
Diffstat (limited to 'tests/test-suite')
-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 |