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