diff options
-rw-r--r-- | tools/wpt/runner.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/wpt/runner.ts b/tools/wpt/runner.ts index 90898ae6f..fb39ddfa4 100644 --- a/tools/wpt/runner.ts +++ b/tools/wpt/runner.ts @@ -101,6 +101,7 @@ export async function runSingleTest( "run", "-A", "--unstable", + "--v8-flags=--expose-gc", ]; if (inspectBrk) { |