| Index: tests/standalone/io/stream_pipe_test.dart
|
| ===================================================================
|
| --- tests/standalone/io/stream_pipe_test.dart (revision 13683)
|
| +++ tests/standalone/io/stream_pipe_test.dart (working copy)
|
| @@ -19,9 +19,9 @@
|
|
|
| bool compareFileContent(String fileName1,
|
| String fileName2,
|
| - [int file1Offset = 0,
|
| - int file2Offset = 0,
|
| - int count]) {
|
| + {int file1Offset: 0,
|
| + int file2Offset: 0,
|
| + int count}) {
|
| var file1 = new File(fileName1).openSync();
|
| var file2 = new File(fileName2).openSync();
|
| var length1 = file1.lengthSync();
|
|
|