| Index: tests/isolate/src/MandelIsolateTest.dart
|
| diff --git a/tests/isolate/src/MandelIsolateTest.dart b/tests/isolate/src/MandelIsolateTest.dart
|
| index 73f5ee5ba558284a6ae744429d2e36ae3ee9edeb..e7cc482c27c9b2d54f58c77aa8e18962b0f16825 100644
|
| --- a/tests/isolate/src/MandelIsolateTest.dart
|
| +++ b/tests/isolate/src/MandelIsolateTest.dart
|
| @@ -2,7 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#library("MandelIsolateTest");
|
| +#library('MandelIsolateTest');
|
| +#import('dart:isolate');
|
| #import('TestFramework.dart');
|
|
|
| final TERMINATION_MESSAGE = -1;
|
|
|