| Index: tests/isolate/illegal_msg_test.dart
|
| diff --git a/tests/isolate/illegal_msg_test.dart b/tests/isolate/illegal_msg_test.dart
|
| index aa17b4651b48cecabecb362b45e77d34712f9834..ed29bd974724a70d424a8c6752fb1a1f4c97844f 100644
|
| --- a/tests/isolate/illegal_msg_test.dart
|
| +++ b/tests/isolate/illegal_msg_test.dart
|
| @@ -5,7 +5,7 @@
|
| library illegal_msg_tests;
|
| import "package:expect/expect.dart";
|
| import 'dart:isolate';
|
| -import '../async_helper.dart';
|
| +import "package:async_helper/async_helper.dart";
|
|
|
| funcFoo(x) => x + 2;
|
|
|
|
|