diff options
author | daurnimator <quae@daurnimator.com> | 2017-05-22 16:35:17 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-22 16:35:17 +1000 |
commit | 6e413992b24c760b149a8abf580811cc1d057d19 (patch) | |
tree | ee491dc90c10217fb0bb6e86a193ed0cf821a64f /tests/test-suite | |
parent | 7d43c5e2cb310daede63105ce894b955c545f2e5 (diff) | |
download | fengari-6e413992b24c760b149a8abf580811cc1d057d19.tar.gz fengari-6e413992b24c760b149a8abf580811cc1d057d19.tar.bz2 fengari-6e413992b24c760b149a8abf580811cc1d057d19.zip |
tests/test-suite/math.js: Now passes
Diffstat (limited to 'tests/test-suite')
-rw-r--r-- | tests/test-suite/math.js (renamed from tests/test-suite/inprogress/math.js) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-suite/inprogress/math.js b/tests/test-suite/math.js index be58be7..e79281b 100644 --- a/tests/test-suite/inprogress/math.js +++ b/tests/test-suite/math.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 = ` |