diff options
Diffstat (limited to 'tests/lvm.js')
-rw-r--r-- | tests/lvm.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lvm.js b/tests/lvm.js index 5b5deac..f9fb347 100644 --- a/tests/lvm.js +++ b/tests/lvm.js @@ -33,7 +33,7 @@ test('LOADK, RETURN', function (t) { }); -test('MOV', function (t) { +test('MOVE', function (t) { let luaCode = ` local a = "hello world" local b = a |