Skip to content

Commit 12e9bad

Browse files
cjihrigtargos
authored andcommitted
test: add missing test flags
test-wasi-start-validation.js should require the --experimental-wasi-unstable-preview0 flag in order to run. However, due to a recent regression, that hasn't been enforced. #30963 fixes the regression and will cause this test to start (correctly) failing. This commit adds the missing flag. PR-URL: #30971 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 7139325 commit 12e9bad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/wasi/test-wasi-start-validation.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Flags: --experimental-wasi-unstable-preview0
12
'use strict';
23

34
require('../common');

0 commit comments

Comments
 (0)