Index: tests/standalone/io/list_output_stream_test.dart |
diff --git a/tests/standalone/io/list_output_stream_test.dart b/tests/standalone/io/list_output_stream_test.dart |
index a9a5b258ae1002bffb1436289a563e96ea1faf5a..6be222af48b210e233edfb288be50df6b8667361 100644 |
--- a/tests/standalone/io/list_output_stream_test.dart |
+++ b/tests/standalone/io/list_output_stream_test.dart |
@@ -2,8 +2,9 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-import "dart:io"; |
-import "dart:isolate"; |
+import 'dart:async'; |
+import 'dart:io'; |
+import 'dart:isolate'; |
void testEmptyListOutputStream1() { |
ListOutputStream stream = new ListOutputStream(); |