diff options
author | Mohammad Sulaiman <mohammad.sulaiman@exalt.ps> | 2024-10-02 12:22:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-02 09:22:35 +0000 |
commit | 3c193aef98bea6b3e0c9592cfdb43268e7a7e4af (patch) | |
tree | adbf9730a91c0f692a633f028d8066819e37ab94 /tools/lint.js | |
parent | d116709d064ce85922f1fd635d5915b4659c83d5 (diff) |
chore: deprecate check itests (#25963)
Diffstat (limited to 'tools/lint.js')
-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 04e72c4c9..a4302b378 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -198,7 +198,7 @@ async function ensureNoNewITests() { "bench_tests.rs": 0, "cache_tests.rs": 0, "cert_tests.rs": 0, - "check_tests.rs": 18, + "check_tests.rs": 2, "compile_tests.rs": 0, "coverage_tests.rs": 0, "eval_tests.rs": 0, |