| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index b4e7b537396ca9661de0aa92c7076324934fb5c0..b36668c17416ad2c5992bbed4802c2a44c08dc54 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -224,7 +224,7 @@ abstract class TestSuite {
|
| String get jsShellFileName {
|
| var executableSuffix = getExecutableSuffix('jsshell');
|
| var executable = 'jsshell$executableSuffix';
|
| - var jsshellDir = '${TestUtils.dartDir}/tools/testing/bin';
|
| + var jsshellDir = '${TestUtils.dartDir.toNativePath()}/tools/testing/bin';
|
| return '$jsshellDir/$executable';
|
| }
|
|
|
|
|