Index: tests/lib/async/stream_periodic3_test.dart |
diff --git a/tests/lib/async/stream_periodic3_test.dart b/tests/lib/async/stream_periodic3_test.dart |
index 3e38ab5118de45eb2bd2fdcf3442a90e9c77de09..437a8a685fe95d20fd65664804aa4bbe6030f918 100644 |
--- a/tests/lib/async/stream_periodic3_test.dart |
+++ b/tests/lib/async/stream_periodic3_test.dart |
@@ -6,7 +6,7 @@ |
library dart.test.stream_from_iterable; |
import "dart:async"; |
-import '../../../pkg/unittest/lib/unittest.dart'; |
+import 'package:unittest/unittest.dart'; |
// The stopwatch is more precise than the Timer. |
// Some browsers (Firefox and IE so far) can trigger too early. So we add more |