| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 8489bf013560a7161072a11ff0b3aec10a06836a..2f936ad0a7c79b8caa1cbc1198a9b6ce3ed36b42 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -329,7 +329,7 @@ class StandardTestSuite implements TestSuite {
|
| }
|
| }
|
| ReadTestExpectationsInto(testExpectations,
|
| - dartDir.append(statusFilePath).toString(),
|
| + dartDir.append(statusFilePath).toNativePath(),
|
| configuration,
|
| statusFileRead);
|
| }
|
|
|