summaryrefslogtreecommitdiff
path: root/tests/lvm.js
diff options
context:
space:
mode:
authorBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-13 11:39:43 +0100
committerBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-13 11:44:08 +0100
commit7236b4bf648ba2fffc83d0b031766208a183e52b (patch)
treed9963576bd6cb16a72601bb92d194e9fbc33d3a4 /tests/lvm.js
parent4627bb4b5c3ccc8431fbba68a78efd50ebb13909 (diff)
downloadfengari-7236b4bf648ba2fffc83d0b031766208a183e52b.tar.gz
fengari-7236b4bf648ba2fffc83d0b031766208a183e52b.tar.bz2
fengari-7236b4bf648ba2fffc83d0b031766208a183e52b.zip
l_isfalse as TValue method
Diffstat (limited to 'tests/lvm.js')
-rw-r--r--tests/lvm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lvm.js b/tests/lvm.js
index 5de8b31..d11eb9d 100644
--- a/tests/lvm.js
+++ b/tests/lvm.js
@@ -747,7 +747,7 @@ test('LEN', function (t) {
return #t, #t2, #s
`, L;
- t.plan(3);
+ t.plan(4);
t.comment("Running following code: \n" + luaCode);