From 115cc1e6ae00cfd9283c1549060892e0c00dcbc4 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Thu, 27 Oct 2022 07:58:27 -0700 Subject: Revert "perf(core): generate inlined wrappers for async ops (#16428)" (#16443) --- cli/tests/unit/metrics_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/unit') diff --git a/cli/tests/unit/metrics_test.ts b/cli/tests/unit/metrics_test.ts index 7f78d4578..82ff7ddd0 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().filter((name) => name !== "asyncOpsInfo"), + Object.keys(Deno.core.ops).sort(), ); }); -- cgit v1.2.3