summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-05-23 00:10:52 +1000
committerdaurnimator <quae@daurnimator.com>2017-05-23 00:53:11 +1000
commit56a72b0c1ce00b4de0b25318c3eabd6c48deab2e (patch)
treea8de7b9a5a3371261e7fc810790ba2489a77e3b9 /tests
parent2aaf4a458734a46cbd3a4bfd8890206ed3c12594 (diff)
downloadfengari-56a72b0c1ce00b4de0b25318c3eabd6c48deab2e.tar.gz
fengari-56a72b0c1ce00b4de0b25318c3eabd6c48deab2e.tar.bz2
fengari-56a72b0c1ce00b4de0b25318c3eabd6c48deab2e.zip
tests/test-suite/math.js: un-skip passing test
Diffstat (limited to 'tests')
-rw-r--r--tests/test-suite/math.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-suite/math.js b/tests/test-suite/math.js
index e79281b..b92d304 100644
--- a/tests/test-suite/math.js
+++ b/tests/test-suite/math.js
@@ -746,7 +746,7 @@ test("[test-suite] math: 'tonumber' with strings", function (t) {
});
-test("[test-suite] math: tests with very long numerals", { skip: true }, function (t) {
+test("[test-suite] math: tests with very long numerals", function (t) {
let luaCode = `
assert(tonumber("0x"..string.rep("f", 13)..".0") == 2.0^(4*13) - 1)
assert(tonumber("0x"..string.rep("f", 150)..".0") == 2.0^(4*150) - 1)