Skip to content

Commit 89a30a7

Browse files
committed
temporarily increase clang_tidy test limits
1 parent e676fd7 commit 89a30a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/clang_tidy/test/clang_tidy_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Future<int> main(List<String> args) async {
148148
errSink: errBuffer,
149149
);
150150
final List<io.File> fileList = await clangTidy.computeChangedFiles();
151-
expect(fileList.length, lessThan(300));
151+
expect(fileList.length, lessThan(500));
152152
});
153153

154154
test('No Commands are produced when no files changed', () async {

0 commit comments

Comments
 (0)