From e18950284f279cfa8ec090cb8a882dbd64e92d4a Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Fri, 28 Oct 2022 04:20:17 -0700 Subject: Reland "perf(core): generate inlined wrappers for async ops" (#16455) Reland https://github.com/denoland/deno/pull/16428 --- cli/tests/unit/metrics_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') diff --git a/cli/tests/unit/metrics_test.ts b/cli/tests/unit/metrics_test.ts index 82ff7ddd0..7f78d4578 100644 --- a/cli/tests/unit/metrics_test.ts +++ b/cli/tests/unit/metrics_test.ts @@ -84,6 +84,6 @@ Deno.test(function opNamesMatch() { // @ts-ignore: Deno.core allowed Deno.core.opNames().sort(), // @ts-ignore: Deno.core allowed - Object.keys(Deno.core.ops).sort(), + Object.keys(Deno.core.ops).sort().filter((name) => name !== "asyncOpsInfo"), ); }); -- cgit v1.2.3