commit | 48f4ff6ddab5520a6a761f4e6079c64000c16d29 | [log] [tgz] |
---|---|---|
author | Danny Tuppeny <danny@tuppeny.com> | Thu Jun 14 07:59:50 2018 +0100 |
committer | GitHub <noreply@github.com> | Thu Jun 14 07:59:50 2018 +0100 |
tree | b04e8e00a3f4683611188d133feb079cd7c53780 | |
parent | 03b5b1c0bd5716790f8e27b64619d8063d8d9655 [diff] [blame] |
Ensure errors launching emulators are exposed to the daemon (#18446)
diff --git a/packages/flutter_tools/test/emulator_test.dart b/packages/flutter_tools/test/emulator_test.dart index 30b411a..be36d5f 100644 --- a/packages/flutter_tools/test/emulator_test.dart +++ b/packages/flutter_tools/test/emulator_test.dart
@@ -62,7 +62,7 @@ final String label; @override - Future<bool> launch() { + Future<void> launch() { throw new UnimplementedError('Not implemented in Mock'); } }