Index: tests/isolate/src/MixedTest.dart |
diff --git a/tests/isolate/src/MixedTest.dart b/tests/isolate/src/MixedTest.dart |
index 01370dabed6322949884b4da4ca634910074ec42..9598f5ae0aa9cfab6b9886224f2fea5d423ead5d 100644 |
--- a/tests/isolate/src/MixedTest.dart |
+++ b/tests/isolate/src/MixedTest.dart |
@@ -5,6 +5,7 @@ |
// Dart test program for testing that heavy and light isolates can be mixed. |
#library('MixedTest'); |
+#import("dart:isolate"); |
#import('TestFramework.dart'); |
class IsolateA extends Isolate { |