Skip to content

Commit

Permalink
test: add a test for --max-semi-space-size
Browse files Browse the repository at this point in the history
  • Loading branch information
ehoogeveen-medweb committed Aug 31, 2022
1 parent 067c5d9 commit b546a13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parallel/test-cli-node-options.js
Expand Up @@ -72,6 +72,7 @@ expect('--disallow-code-generation-from-strings', 'B\n');
expect('--huge-max-old-generation-size', 'B\n');
expect('--jitless', 'B\n');
expect('--max-old-space-size=0', 'B\n');
expect('--max-semi-space-size=0', 'B\n');
expect('--stack-trace-limit=100',
/(\s*at f \(\[(eval|worker eval)\]:1:\d*\)\r?\n)/,
'(function f() { f(); })();',
Expand Down

0 comments on commit b546a13

Please sign in to comment.