mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Account for additional warning text from the tool (#88902)
This commit is contained in:
parent
125451bc2e
commit
cff3db1d8e
@ -508,7 +508,9 @@ void main() {
|
|||||||
logging: false,
|
logging: false,
|
||||||
);
|
);
|
||||||
expect(result.exitCode, 0);
|
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...'),
|
startsWith('Performing hot reload...'),
|
||||||
'',
|
'',
|
||||||
'══╡ EXCEPTION CAUGHT BY RENDERING LIBRARY ╞═════════════════════════════════════════════════════════',
|
'══╡ EXCEPTION CAUGHT BY RENDERING LIBRARY ╞═════════════════════════════════════════════════════════',
|
||||||
|
Loading…
Reference in New Issue
Block a user