aboutsummaryrefslogtreecommitdiff
path: root/tests/test-suite
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-05-21 21:58:58 +1000
committerdaurnimator <quae@daurnimator.com>2017-05-21 22:02:17 +1000
commit18d4eb3eda54ee4addb42d4e68039f2016305233 (patch)
tree1a71bd84a433b493b1f9545a15e30d53d6b54181 /tests/test-suite
parent962b69b2846e01a04e0f3460d43255eec67f75a9 (diff)
downloadfengari-18d4eb3eda54ee4addb42d4e68039f2016305233.tar.gz
fengari-18d4eb3eda54ee4addb42d4e68039f2016305233.tar.bz2
fengari-18d4eb3eda54ee4addb42d4e68039f2016305233.zip
tests/test-suite/goto.js: Now passes
Diffstat (limited to 'tests/test-suite')
-rw-r--r--tests/test-suite/goto.js (renamed from tests/test-suite/inprogress/goto.js)6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-suite/inprogress/goto.js b/tests/test-suite/goto.js
index c392264..c07541e 100644
--- a/tests/test-suite/inprogress/goto.js
+++ b/tests/test-suite/goto.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');
test("[test-suite] goto: error messages", function (t) {