Index: tests/isolate/src/TestFramework.dart |
diff --git a/tests/isolate/src/TestFramework.dart b/tests/isolate/src/TestFramework.dart |
index e15cda2052eb8dc6fc2850b619a8dc24dd8c8486..7879776cd76a33b6af863bc3ad5c1b32520eb268 100644 |
--- a/tests/isolate/src/TestFramework.dart |
+++ b/tests/isolate/src/TestFramework.dart |
@@ -4,6 +4,7 @@ |
#library("TestFramework"); |
#import("dart:coreimpl"); |
+#import("dart:isolate"); |
typedef void AsynchronousTestFunction(TestExpectation check); |