| Index: tests/isolate/isolate2_negative_test.dart
|
| diff --git a/tests/isolate/isolate2_negative_test.dart b/tests/isolate/isolate2_negative_test.dart
|
| index 01cf0ed29c6ebea7b278ddef121304918547a71f..49ccb2e6d4d8f161cdc89776d8c3481d13193cc6 100644
|
| --- a/tests/isolate/isolate2_negative_test.dart
|
| +++ b/tests/isolate/isolate2_negative_test.dart
|
| @@ -7,7 +7,7 @@
|
|
|
| library isolate2_negative_test;
|
| import 'dart:isolate';
|
| -import '../async_helper.dart';
|
| +import "package:async_helper/async_helper.dart";
|
|
|
| void entry() {
|
| throw "foo";
|
|
|