summaryrefslogtreecommitdiff
path: root/cli/tests/unit/ops_test.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-02-07 02:16:08 +0100
committerGitHub <noreply@github.com>2024-02-07 02:16:08 +0100
commit043fee48fd72fbce2357e93431753db5b086cffd (patch)
tree49d254335953cc03e346d0fe7267eae5260652b8 /cli/tests/unit/ops_test.ts
parente54684864dee1c708325570eaaff2fce0f928387 (diff)
chore: upgrade deno_core to 0.259.0 (#22311)
This update brings number of ops available to user code down to 45.
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 1b7377dc5..ae225c78d 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 = 49;
+const EXPECTED_OP_COUNT = 45;
Deno.test(function checkExposedOps() {
// @ts-ignore TS doesn't allow to index with symbol