diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2021-04-12 10:47:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 10:47:44 +0200 |
commit | bf99039ea944c32f0247ad8b3d1057f20f921b40 (patch) | |
tree | 043ef9572f5fba55bf25bf6a3945f22d46ea22ca /cli/tests/integration_tests.rs | |
parent | fefe93c91b63e35bf88f5f432f0cca09948d0623 (diff) |
feat: Add Deno.memoryUsage() (#9986)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 5067b8163..f856b90b8 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -3250,7 +3250,7 @@ console.log("finish"); }); itest!(heapstats { - args: "run --quiet --v8-flags=--expose-gc heapstats.js", + args: "run --quiet --unstable --v8-flags=--expose-gc heapstats.js", output: "heapstats.js.out", }); |