| Index: tests/standalone/vmservice/test_helper.dart
|
| diff --git a/tests/standalone/vmservice/test_helper.dart b/tests/standalone/vmservice/test_helper.dart
|
| index 8e2b46ce1514036b9a249e2460d0b4222bb2ca2b..94c8ab8215a140425880f091e4e975f9cb31cc2d 100644
|
| --- a/tests/standalone/vmservice/test_helper.dart
|
| +++ b/tests/standalone/vmservice/test_helper.dart
|
| @@ -80,7 +80,7 @@ class TestLauncher {
|
| TestLauncher(this.script);
|
|
|
| String get scriptPath {
|
| - var dartScript = Platform.script;
|
| + var dartScript = Platform.script.toFilePath();
|
| var splitPoint = dartScript.lastIndexOf(Platform.pathSeparator);
|
| var scriptDirectory = dartScript.substring(0, splitPoint);
|
| return scriptDirectory + Platform.pathSeparator + script;
|
|
|