| Index: tests/standalone/src/ReadIntoConstList.dart
|
| diff --git a/tests/standalone/src/ReadIntoConstList.dart b/tests/standalone/src/ReadIntoConstList.dart
|
| index e2566bac23d3527c58befaeb8f416c620176bc07..bc78386e70abd7a68c4f4bc8332b56d3dca15aab 100644
|
| --- a/tests/standalone/src/ReadIntoConstList.dart
|
| +++ b/tests/standalone/src/ReadIntoConstList.dart
|
| @@ -15,7 +15,7 @@ void main() {
|
|
|
| String filename = getFilename("bin/file_test.cc");
|
| File file = new File(filename);
|
| - InputStream input = file.openInputStreamSync();
|
| + InputStream input = file.openInputStream();
|
| try {
|
| input.readInto(a, 0, 1);
|
| Expect.fail("no exception thrown");
|
|
|