We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f6a0b commit f10e625Copy full SHA for f10e625
packages/flutter_tools/test/integration.shard/debug_adapter/flutter_adapter_test.dart
@@ -67,7 +67,7 @@ void main() {
67
'Application finished.',
68
'',
69
startsWith('Exited'),
70
- ]);
+ ], allowExtras: true);
71
});
72
73
testWithoutContext('logs to client when sendLogsToClient=true', () async {
@@ -131,7 +131,7 @@ void main() {
131
132
133
134
135
136
// If we're running with an out-of-process debug adapter, ensure that its
137
// own process shuts down after we terminated.
0 commit comments