| Index: tests/standalone/io/list_input_stream_test.dart
|
| diff --git a/tests/standalone/io/list_input_stream_test.dart b/tests/standalone/io/list_input_stream_test.dart
|
| index 08e2ea00508ea58a8ad72db9eed3ccc5dff6b268..6826f1b705f9b77562f76db2e281ff39b83218b4 100644
|
| --- a/tests/standalone/io/list_input_stream_test.dart
|
| +++ b/tests/standalone/io/list_input_stream_test.dart
|
| @@ -2,8 +2,8 @@
|
| // 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:io";
|
| +import "dart:isolate";
|
|
|
| void testEmptyListInputStream() {
|
| ListInputStream stream = new ListInputStream();
|
|
|