summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-08-31 22:38:21 +0100
committerGitHub <noreply@github.com>2024-08-31 23:38:21 +0200
commit42cf762cf4a5d3bf6e4c53c48464c0aec1b9e6b9 (patch)
treea3709b7006c5a3570038345900081319d40c5872 /tools
parent4e19474129222b122eeb8fb4c4f289e29a5184bd (diff)
chore: cleanup code for unstable tests (#25330)
Towards https://github.com/denoland/deno/issues/25241 Removes code for tests of unstable APIs that were stabilized with Deno 2.0.0-rc.0.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/lint.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint.js b/tools/lint.js
index 9b3260b9e..6ce04a657 100755
--- a/tools/lint.js
+++ b/tools/lint.js
@@ -222,7 +222,7 @@ async function ensureNoNewITests() {
"pm_tests.rs": 0,
"publish_tests.rs": 0,
"repl_tests.rs": 0,
- "run_tests.rs": 360,
+ "run_tests.rs": 352,
"shared_library_tests.rs": 0,
"task_tests.rs": 30,
"test_tests.rs": 77,