diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-05-03 14:59:52 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-05-03 08:59:52 -0400 |
commit | bf9b0c8231d59bfcc79e55b6cde861b68975d5b4 (patch) | |
tree | 3d3afe84f16d548835578e398fdf997446fc04a9 /tests/v8_flags.test | |
parent | 4d4dcafb96bdffa3050e863df0ef4ddd158ebf16 (diff) |
Fix: deno --v8-options does not print v8 options (#2277)
Diffstat (limited to 'tests/v8_flags.test')
-rw-r--r-- | tests/v8_flags.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/v8_flags.test b/tests/v8_flags.test new file mode 100644 index 000000000..66d129bd1 --- /dev/null +++ b/tests/v8_flags.test @@ -0,0 +1,2 @@ +args: --v8-flags=--expose-gc tests/v8_flags.js +output: tests/v8_flags.js.out |