summaryrefslogtreecommitdiff
path: root/cli/tests/unit
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-02-07 04:15:11 +0100
committerGitHub <noreply@github.com>2024-02-07 04:15:11 +0100
commitedab1bb92735de0d62b4cd7f46d067da92b990a0 (patch)
tree7c7543cd889d1a75ec2ecea365e9303ad232eb04 /cli/tests/unit
parent227ec14e6ca596bb4ddcb2ee2ec82311f0ac87e5 (diff)
chore: don't expose FFI ops to user code (#22313)
This commit removes some not really necessary FFI tests and in effect removes them from being accessible from the user code. This lowers the number of ops accessible to user code to 16.
Diffstat (limited to 'cli/tests/unit')
-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 ae225c78d..aca0d655a 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 = 45;
+const EXPECTED_OP_COUNT = 16;
Deno.test(function checkExposedOps() {
// @ts-ignore TS doesn't allow to index with symbol