From 56a72b0c1ce00b4de0b25318c3eabd6c48deab2e Mon Sep 17 00:00:00 2001 From: daurnimator Date: Tue, 23 May 2017 00:10:52 +1000 Subject: tests/test-suite/math.js: un-skip passing test --- tests/test-suite/math.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-suite/math.js') 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) -- cgit v1.2.3-54-g00ecf