diff options
author | daurnimator <quae@daurnimator.com> | 2017-05-21 20:52:35 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-21 22:01:27 +1000 |
commit | 53ce9e12d780c65188236c028a618550b7b87e20 (patch) | |
tree | 21188420f05928567b3b564b0979ffac1584e68f /tests/test-suite | |
parent | 02b6ac31f190d9423f68fa94d0dfabd34e32600a (diff) | |
download | fengari-53ce9e12d780c65188236c028a618550b7b87e20.tar.gz fengari-53ce9e12d780c65188236c028a618550b7b87e20.tar.bz2 fengari-53ce9e12d780c65188236c028a618550b7b87e20.zip |
tests/test-suite/bitwise.js: Now passes
Diffstat (limited to 'tests/test-suite')
-rw-r--r-- | tests/test-suite/bitwise.js (renamed from tests/test-suite/inprogress/bitwise.js) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-suite/inprogress/bitwise.js b/tests/test-suite/bitwise.js index b742b45..3969bb0 100644 --- a/tests/test-suite/inprogress/bitwise.js +++ b/tests/test-suite/bitwise.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 = ` |