aboutsummaryrefslogtreecommitdiff
path: root/tests/test-suite/vararg.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-suite/vararg.js')
-rw-r--r--tests/test-suite/vararg.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test-suite/vararg.js b/tests/test-suite/vararg.js
index 3fbb8b8..0dab1b6 100644
--- a/tests/test-suite/vararg.js
+++ b/tests/test-suite/vararg.js
@@ -2,6 +2,8 @@
const test = require('tape');
+global.WEB = false;
+
const lauxlib = require("../../src/lauxlib.js");
const lua = require('../../src/lua.js');
@@ -223,4 +225,4 @@ test("[test-suite] vararg: bug in 5.2.2", function (t) {
}, "Lua program ran without error");
-}); \ No newline at end of file
+});