| Index: pkg/testing/lib/src/error_handling.dart
|
| diff --git a/pkg/testing/lib/src/error_handling.dart b/pkg/testing/lib/src/error_handling.dart
|
| index 325afed58adc909fe92d36df6e8c4c4241245221..b0f2bac4dce81c523d383cfee53c70737d4a8ff7 100644
|
| --- a/pkg/testing/lib/src/error_handling.dart
|
| +++ b/pkg/testing/lib/src/error_handling.dart
|
| @@ -4,15 +4,11 @@
|
|
|
| library testing.error_handling;
|
|
|
| -import 'dart:async' show
|
| - Future;
|
| +import 'dart:async' show Future;
|
|
|
| -import 'dart:io' show
|
| - exitCode,
|
| - stderr;
|
| +import 'dart:io' show exitCode, stderr;
|
|
|
| -import 'dart:isolate' show
|
| - ReceivePort;
|
| +import 'dart:isolate' show ReceivePort;
|
|
|
| Future withErrorHandling(Future f()) async {
|
| final ReceivePort port = new ReceivePort();
|
|
|