From 42cf762cf4a5d3bf6e4c53c48464c0aec1b9e6b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 31 Aug 2024 22:38:21 +0100 Subject: 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. --- tools/lint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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, -- cgit v1.2.3