mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
test(wasi/std): remove v8 flags from test runner (#6496)
This commit is contained in:
parent
e278c90d8a
commit
9107b1ea3f
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ if (import.meta.main) {
|
||||||
"run",
|
"run",
|
||||||
"--quiet",
|
"--quiet",
|
||||||
"--unstable",
|
"--unstable",
|
||||||
"--v8-flags=--experimental-wasm-bigint",
|
|
||||||
"--allow-all",
|
"--allow-all",
|
||||||
import.meta.url,
|
import.meta.url,
|
||||||
prelude,
|
prelude,
|
||||||
|
|
Loading…
Add table
Reference in a new issue