diff options
Diffstat (limited to 'tests/test-suite/nextvar.js')
-rw-r--r-- | tests/test-suite/nextvar.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-suite/nextvar.js b/tests/test-suite/nextvar.js index 28a54e7..ad75f93 100644 --- a/tests/test-suite/nextvar.js +++ b/tests/test-suite/nextvar.js @@ -2,8 +2,6 @@ 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'); |