diff options
author | Benoit Giannangeli <giann008@gmail.com> | 2017-05-19 20:56:21 +0200 |
---|---|---|
committer | Benoit Giannangeli <giann008@gmail.com> | 2017-05-19 20:56:21 +0200 |
commit | 1039bb09ecd50e6032173dcfb792c56cbd2b618a (patch) | |
tree | dff6a51fc7fc81fbea984a85ce1f3b563e02a42b /tests/test-suite | |
parent | d7f4cd696c9245870eabd5f57d3000a70aaad64b (diff) | |
download | fengari-1039bb09ecd50e6032173dcfb792c56cbd2b618a.tar.gz fengari-1039bb09ecd50e6032173dcfb792c56cbd2b618a.tar.bz2 fengari-1039bb09ecd50e6032173dcfb792c56cbd2b618a.zip |
[test-suite] nextvar.js, fixed bad comparison in LTNum
Diffstat (limited to 'tests/test-suite')
-rw-r--r-- | tests/test-suite/nextvar.js (renamed from tests/test-suite/inprogress/nextvar.js) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-suite/inprogress/nextvar.js b/tests/test-suite/nextvar.js index bf9e601..6cf7c74 100644 --- a/tests/test-suite/inprogress/nextvar.js +++ b/tests/test-suite/nextvar.js @@ -4,9 +4,9 @@ const test = require('tape'); global.WEB = false; -const lua = require('../../../src/lua.js'); -const lauxlib = require('../../../src/lauxlib.js'); -const lualib = require('../../../src/lualib.js'); +const lua = require('../../src/lua.js'); +const lauxlib = require('../../src/lauxlib.js'); +const lualib = require('../../src/lualib.js'); const prefix = ` |