diff options
author | daurnimator <quae@daurnimator.com> | 2017-12-11 18:18:05 +1100 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-12-11 18:18:05 +1100 |
commit | 3355a611f2c30b338e55cc2407b02cc28fe437c5 (patch) | |
tree | 3414e32de5a7490f43f65ca89bd03965c2453648 /tests/lmathlib.js | |
parent | f28c4fb81f2de81470a739be1bc15e5158d10de0 (diff) | |
download | fengari-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/lmathlib.js')
-rw-r--r-- | tests/lmathlib.js | 2 |
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); |