Skip to content

Commit 51d1a91

Browse files
cjihrigMylesBorins
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 <rtrott@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent 60485dc commit 51d1a91

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)