We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e676fd7 commit 89a30a7Copy full SHA for 89a30a7
tools/clang_tidy/test/clang_tidy_test.dart
@@ -148,7 +148,7 @@ Future<int> main(List<String> args) async {
148
errSink: errBuffer,
149
);
150
final List<io.File> fileList = await clangTidy.computeChangedFiles();
151
- expect(fileList.length, lessThan(300));
+ expect(fileList.length, lessThan(500));
152
});
153
154
test('No Commands are produced when no files changed', () async {
0 commit comments