| Index: tests/isolate/global_error_handler_stream2_test.dart
|
| diff --git a/tests/isolate/global_error_handler_stream2_test.dart b/tests/isolate/global_error_handler_stream2_test.dart
|
| index 85900463229bff72834c35bb2c483c34844b5434..8a1aa5fbc8cda65c857c963f2218db6428049b9f 100644
|
| --- a/tests/isolate/global_error_handler_stream2_test.dart
|
| +++ b/tests/isolate/global_error_handler_stream2_test.dart
|
| @@ -7,7 +7,7 @@ library test;
|
| import 'package:expect/expect.dart';
|
| import 'dart:async';
|
| import 'dart:isolate';
|
| -import '../async_helper.dart';
|
| +import "package:async_helper/async_helper.dart";
|
|
|
| runTest() {
|
| IsolateSink mainIsolate;
|
|
|