Index: tests/isolate/src/CountTest.dart |
diff --git a/tests/isolate/src/CountTest.dart b/tests/isolate/src/CountTest.dart |
index ba93892ed4c56561e1b03a590555313e5749e3dc..97b6f89b2d63a9407d6a6f1ec06878ca7fc7fae4 100644 |
--- a/tests/isolate/src/CountTest.dart |
+++ b/tests/isolate/src/CountTest.dart |
@@ -3,6 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
#library("CountTest"); |
+#import('dart:isolate'); |
#import("TestFramework.dart"); |
class TestIsolate extends Isolate { |