| Index: tests/standalone/src/ReadIntoConstList.dart
|
| diff --git a/tests/standalone/src/ReadIntoConstList.dart b/tests/standalone/src/ReadIntoConstList.dart
|
| index 7977b8cbf13adb206bac0fd21e8023d3548198c6..0c749362b897836be44e9e896a0bff2984c91360 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);
|
| - FileInputStream input = file.openInputStream();
|
| + InputStream input = file.openInputStream();
|
| try {
|
| input.readInto(a, 0, 1);
|
| Expect.fail("no exception thrown");
|
|
|