summaryrefslogtreecommitdiff
path: root/cli/tests/unit/ops_test.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-02-07 01:00:18 +0100
committerGitHub <noreply@github.com>2024-02-07 01:00:18 +0100
commit89ae2d88b8fe3e5cff0bd6023c05643fc4297686 (patch)
treeb3ddebf74d368344afd0fa761b4f99d293d65f13 /cli/tests/unit/ops_test.ts
parent82401e9fe00858f7189cd2eb6197b2975e02ff62 (diff)
chore: remove unneeded benchmark (#22300)
Brings down the number of ops available to user code to 49.
Diffstat (limited to 'cli/tests/unit/ops_test.ts')
-rw-r--r--cli/tests/unit/ops_test.ts2
1 files changed, 1 insertions, 1 deletions
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