Roll plugins to 0c99a3ba749bbdc57b0d8895cdfaeef835119613 (#82356)

Manual plugin roll to account for a rename of the script used to run
analysis.
This commit is contained in:
stuartmorgan 2021-05-12 12:58:32 -04:00 committed by GitHub
parent 335a3181c2
commit ab2aa31944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
26c45dc4d57564beeae1020b2e9c685609c1b9e5
0c99a3ba749bbdc57b0d8895cdfaeef835119613

View File

@ -933,7 +933,7 @@ Future<void> _runFlutterPluginsTests() async {
workingDirectory: checkout.path,
);
await runCommand(
'./script/incremental_build.sh',
'./script/tool_runner.sh',
<String>[
'analyze',
],