1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 07:44:48 -05:00

test(wasi/std): remove v8 flags from test runner (#6496)

This commit is contained in:
Casper Beyer 2020-06-27 00:34:55 +08:00 committed by GitHub
parent e278c90d8a
commit 9107b1ea3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,6 @@ if (import.meta.main) {
"run",
"--quiet",
"--unstable",
"--v8-flags=--experimental-wasm-bigint",
"--allow-all",
import.meta.url,
prelude,