Index: tests/lib/async/stream_single_to_multi_subscriber_test.dart |
diff --git a/tests/lib/async/stream_single_to_multi_subscriber_test.dart b/tests/lib/async/stream_single_to_multi_subscriber_test.dart |
index 2b814b7c770a603efa96544b11d759ec3bfb0b7f..8424cb27b9d33ea54ea59907f73cc6e0987408ce 100644 |
--- a/tests/lib/async/stream_single_to_multi_subscriber_test.dart |
+++ b/tests/lib/async/stream_single_to_multi_subscriber_test.dart |
@@ -5,6 +5,7 @@ |
// Test the basic StreamController and StreamController.singleSubscription. |
library stream_single_test; |
+import "package:expect/expect.dart"; |
import 'dart:async'; |
import 'dart:isolate'; |
import '../../../pkg/unittest/lib/unittest.dart'; |