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