| Index: tools/testing/dart/test_progress.dart
|
| diff --git a/tools/testing/dart/test_progress.dart b/tools/testing/dart/test_progress.dart
|
| index 02a02bd5854a0f53697e5cd91eda5683889c2f7b..8ee07a876b2586e427063919a1b1ae6be93903c1 100644
|
| --- a/tools/testing/dart/test_progress.dart
|
| +++ b/tools/testing/dart/test_progress.dart
|
| @@ -233,7 +233,7 @@ class UnexpectedCrashLogger extends EventListener {
|
|
|
| if (archivedBinaries.containsKey(binName)) {
|
| // We have found and copied the binary.
|
| - var unexpectedCrashesFile;
|
| + RandomAccessFile unexpectedCrashesFile;
|
| try {
|
| unexpectedCrashesFile =
|
| new File('unexpected-crashes').openSync(mode: FileMode.APPEND);
|
|
|