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.
nodejs#30963 fixes the regression
and will cause this test to start (correctly) failing. This
commit adds the missing flag.
  • Loading branch information
cjihrig committed Dec 15, 2019
1 parent decc5f5 commit cb71df5
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 cb71df5

Please sign in to comment.