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 <rtrott@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
  • Loading branch information
cjihrig authored and targos committed Jan 14, 2020
1 parent 7139325 commit 12e9bad
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 12e9bad

Please sign in to comment.