Unverified Commit cff3db1d authored by Zachary Anderson's avatar Zachary Anderson Committed by GitHub

Account for additional warning text from the tool (#88902)

parent 125451bc
......@@ -508,7 +508,9 @@ void main() {
logging: false,
);
expect(result.exitCode, 0);
expect(result.stdout, <Object>[
// TODO(sigurdm): Remove the filter when
// https://github.com/flutter/flutter/pull/88792 is relanded.
expect(result.stdout.where((String line) => !line.startsWith('"The top level `pub.bat` command is deprecated.')), <Object>[
startsWith('Performing hot reload...'),
'',
'══╡ EXCEPTION CAUGHT BY RENDERING LIBRARY ╞═════════════════════════════════════════════════════════',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment