summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-12-11 18:18:05 +1100
committerdaurnimator <quae@daurnimator.com>2017-12-11 18:18:05 +1100
commit3355a611f2c30b338e55cc2407b02cc28fe437c5 (patch)
tree3414e32de5a7490f43f65ca89bd03965c2453648 /tests
parentf28c4fb81f2de81470a739be1bc15e5158d10de0 (diff)
downloadfengari-3355a611f2c30b338e55cc2407b02cc28fe437c5.tar.gz
fengari-3355a611f2c30b338e55cc2407b02cc28fe437c5.tar.bz2
fengari-3355a611f2c30b338e55cc2407b02cc28fe437c5.zip
tests/lmathlib.js: math.ult test was copy+paste of math.tointeger
Diffstat (limited to 'tests')
-rw-r--r--tests/lmathlib.js2
1 files changed, 1 insertions, 1 deletions
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);