Skip to content

Commit 4a87691

Browse files
author
Emanuel Hoogeveen
committed
test: add a test for --max-semi-space-size
1 parent 5935f1f commit 4a87691

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-cli-node-options.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ expect('--disallow-code-generation-from-strings', 'B\n');
7272
expect('--huge-max-old-generation-size', 'B\n');
7373
expect('--jitless', 'B\n');
7474
expect('--max-old-space-size=0', 'B\n');
75+
expect('--max-semi-space-size=0', 'B\n');
7576
expect('--stack-trace-limit=100',
7677
/(\s*at f \(\[(eval|worker eval)\]:1:\d*\)\r?\n)/,
7778
'(function f() { f(); })();',

0 commit comments

Comments
 (0)