@@ -32,7 +32,7 @@ test('--help should return help on stdout and zero exit code', async function (t
32
32
'--engine-wasm <engine-wasm> The JS engine Wasm file path' ,
33
33
'--module-mode [experimental] Run all sources as native modules,' ,
34
34
'with full error stack support.' ,
35
- '--enable-experimental- aot Enable experimental AOT compilation for performance' ,
35
+ '--enable-aot Enable AOT compilation for performance' ,
36
36
'--enable-experimental-high-resolution-time-methods Enable experimental high-resolution fastly.now() method' ,
37
37
'--enable-experimental-top-level-await Enable experimental top level await' ,
38
38
'ARGS:' ,
@@ -61,7 +61,7 @@ test('-h should return help on stdout and zero exit code', async function (t) {
61
61
'--engine-wasm <engine-wasm> The JS engine Wasm file path' ,
62
62
'--module-mode [experimental] Run all sources as native modules,' ,
63
63
'with full error stack support.' ,
64
- '--enable-experimental- aot Enable experimental AOT compilation for performance' ,
64
+ '--enable-aot Enable AOT compilation for performance' ,
65
65
'--enable-experimental-high-resolution-time-methods Enable experimental high-resolution fastly.now() method' ,
66
66
'--enable-experimental-top-level-await Enable experimental top level await' ,
67
67
'ARGS:' ,
0 commit comments