diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-16 09:28:35 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-16 09:28:35 +1000 |
commit | e4ea9be87463ce1b13e826db80452b17a9762f32 (patch) | |
tree | 6f7aa2881fb8dbf08a0ebc99dfc2c85eb3a73d15 /tools | |
parent | a666c8c9f92d87e7a3b4d4e06fdc027b3bf9663e (diff) |
chore: cleanup remaining `internals.future` code (#25624)
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/lint.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint.js b/tools/lint.js index 8fb57ee1c..54c0de034 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -220,7 +220,7 @@ async function ensureNoNewITests() { "pm_tests.rs": 0, "publish_tests.rs": 0, "repl_tests.rs": 0, - "run_tests.rs": 336, + "run_tests.rs": 335, "shared_library_tests.rs": 0, "task_tests.rs": 4, "test_tests.rs": 74, |