Index: client/tests/client/dom/IsolatesTest.dart |
diff --git a/client/tests/client/dom/IsolatesTest.dart b/client/tests/client/dom/IsolatesTest.dart |
index 7f062ab0778c59d8c82309db3f7aa98aa40cee77..cdd2f7cdab8d94f2f74938ab736a49d211d3429b 100644 |
--- a/client/tests/client/dom/IsolatesTest.dart |
+++ b/client/tests/client/dom/IsolatesTest.dart |
@@ -2,6 +2,7 @@ |
#import('../../../testing/unittest/unittest.dart'); |
#import('dart:dom'); |
#import('dart:json'); |
+#import('dart:isolate'); |
class PingPongIsolate extends Isolate { |
PingPongIsolate() : super.heavy(); |