From 89ae2d88b8fe3e5cff0bd6023c05643fc4297686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 7 Feb 2024 01:00:18 +0100 Subject: chore: remove unneeded benchmark (#22300) Brings down the number of ops available to user code to 49. --- cli/tests/unit/ops_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') diff --git a/cli/tests/unit/ops_test.ts b/cli/tests/unit/ops_test.ts index e91c37e67..1b7377dc5 100644 --- a/cli/tests/unit/ops_test.ts +++ b/cli/tests/unit/ops_test.ts @@ -1,6 +1,6 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. -const EXPECTED_OP_COUNT = 50; +const EXPECTED_OP_COUNT = 49; Deno.test(function checkExposedOps() { // @ts-ignore TS doesn't allow to index with symbol -- cgit v1.2.3