diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/lint.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/lint.js b/tools/lint.js index ef47180c2..b644cb8c2 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -196,10 +196,9 @@ async function ensureNoNewITests() { // replace them with spec tests. const iTestCounts = { "bench_tests.rs": 0, - "bundle_tests.rs": 11, "cache_tests.rs": 0, "cert_tests.rs": 0, - "check_tests.rs": 23, + "check_tests.rs": 22, "compile_tests.rs": 0, "coverage_tests.rs": 0, "doc_tests.rs": 15, |