| Index: dart/tools/testing/dart/browser_controller.dart
|
| diff --git a/dart/tools/testing/dart/browser_controller.dart b/dart/tools/testing/dart/browser_controller.dart
|
| index 182142a59156bd605cd6764b4982def3a38dd64d..baada76d6fc002da465f17c546c83954063dcb8e 100644
|
| --- a/dart/tools/testing/dart/browser_controller.dart
|
| +++ b/dart/tools/testing/dart/browser_controller.dart
|
| @@ -353,7 +353,7 @@ class Chrome extends Browser {
|
|
|
| });
|
| }).catchError((e) {
|
| - _logEvent("Running $binary --version failed with $e");
|
| + _logEvent("Running $_binary --version failed with $e");
|
| return false;
|
| });
|
| }
|
|
|