diff options
author | daurnimator <quae@daurnimator.com> | 2017-05-22 00:52:31 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-22 00:52:31 +1000 |
commit | 43cb3927e09b012ad3bd5444edce57b74f09e9b6 (patch) | |
tree | 454e543792c68662a642e4d1ae3a92f21d457732 /tests | |
parent | 041820e744c62da20e8dfa5ebdba5aa0d4639d07 (diff) | |
download | fengari-43cb3927e09b012ad3bd5444edce57b74f09e9b6.tar.gz fengari-43cb3927e09b012ad3bd5444edce57b74f09e9b6.tar.bz2 fengari-43cb3927e09b012ad3bd5444edce57b74f09e9b6.zip |
tests/test-suite/errors.js: Now passes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-suite/errors.js (renamed from tests/test-suite/inprogress/errors.js) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-suite/inprogress/errors.js b/tests/test-suite/errors.js index 1ecb711..c18adeb 100644 --- a/tests/test-suite/inprogress/errors.js +++ b/tests/test-suite/errors.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 = ` |