Index: tests/isolate/timer_cancel1_test.dart |
diff --git a/tests/isolate/timer_cancel1_test.dart b/tests/isolate/timer_cancel1_test.dart |
index c4d42770e0a2ea72ebdf5507a61fce5bfb181ff6..efcbbe8cb1816ad7e7bc36b49cd6f8bb3180a4d0 100644 |
--- a/tests/isolate/timer_cancel1_test.dart |
+++ b/tests/isolate/timer_cancel1_test.dart |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
library timer_cancel1_test; |
-import 'dart:isolate'; |
+import 'dart:async'; |
import '../../pkg/unittest/lib/unittest.dart'; |
main() { |