diff options
Diffstat (limited to 'tests/specs/run/v8_flags_env_run/__test__.jsonc')
-rw-r--r-- | tests/specs/run/v8_flags_env_run/__test__.jsonc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/specs/run/v8_flags_env_run/__test__.jsonc b/tests/specs/run/v8_flags_env_run/__test__.jsonc new file mode 100644 index 000000000..39ea666b8 --- /dev/null +++ b/tests/specs/run/v8_flags_env_run/__test__.jsonc @@ -0,0 +1,7 @@ +{ + "args": "run v8_flags.js", + "output": "v8_flags.js.out", + "envs": { + "DENO_V8_FLAGS": "--expose-gc" + } +} |