Commit cca15e8e authored by Nathan Rajlich's avatar Nathan Rajlich
Browse files

test: disable global variable check for "test-repl-options.js"

Previously, the "global" mode of REPLs was broken when created after another
non-global REPL (they would end up sharing the same context). Now that "global"
mode is fixed for that case (b1e78cef), this
test case gets its global scope modified with "module" and other REPL-specific
properties, so disable the global check.
parent 1205734e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment