Index: tests/lib/async/stream_controller_test.dart |
diff --git a/tests/lib/async/stream_controller_test.dart b/tests/lib/async/stream_controller_test.dart |
index 20a05fd5555f45f7b156dbe902fa7e482fd40ee3..4778ecc50b7194a30432d78ae79e059556b520c5 100644 |
--- a/tests/lib/async/stream_controller_test.dart |
+++ b/tests/lib/async/stream_controller_test.dart |
@@ -5,6 +5,7 @@ |
// Test the basic StreamController and StreamController.singleSubscription. |
library stream_controller_test; |
+import "package:expect/expect.dart"; |
import 'dart:async'; |
import 'event_helper.dart'; |