From bf99039ea944c32f0247ad8b3d1057f20f921b40 Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Mon, 12 Apr 2021 10:47:44 +0200 Subject: feat: Add Deno.memoryUsage() (#9986) --- cli/tests/integration_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/integration_tests.rs') 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", }); -- cgit v1.2.3