summaryrefslogtreecommitdiff
path: root/tests/specs/run/v8_flags_env_run/__test__.jsonc
blob: 39ea666b8482869dd1c6a0056efce4caceecec89 (plain)
1
2
3
4
5
6
7
{
  "args": "run v8_flags.js",
  "output": "v8_flags.js.out",
  "envs": {
    "DENO_V8_FLAGS": "--expose-gc"
  }
}