Commit 2b6e0788 authored by Ben Noordhuis's avatar Ben Noordhuis Committed by Fedor Indutny
Browse files

test: don't compute knownGlobals lazily

Conditional globals like 'gc' should only be recognized when --expose_gc
is set.  The global.gc feature check works only when done eagerly, else
it lets through a leaked variable called 'gc'.
parent 8874a317
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