From 3355a611f2c30b338e55cc2407b02cc28fe437c5 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Mon, 11 Dec 2017 18:18:05 +1100 Subject: tests/lmathlib.js: math.ult test was copy+paste of math.tointeger --- tests/lmathlib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/lmathlib.js b/tests/lmathlib.js index 5c307a5..a06812c 100644 --- a/tests/lmathlib.js +++ b/tests/lmathlib.js @@ -362,7 +362,7 @@ test('math.type', function (t) { test('math.ult', function (t) { let luaCode = ` - return math.tointeger('10') + return math.ult(5, 200) `, L; t.plan(2); -- cgit v1.2.3-54-g00ecf