Skip to content

Commit

Permalink
test: add missing test flags
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
cjihrig authored and MylesBorins committed Dec 17, 2019
1 parent 60485dc commit 51d1a91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/wasi/test-wasi-start-validation.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Flags: --experimental-wasi-unstable-preview0
'use strict';

require('../common');
Expand Down

0 comments on commit 51d1a91

Please sign in to comment.