| Index: tests/standalone/io/platform_test.dart
|
| diff --git a/tests/standalone/io/platform_test.dart b/tests/standalone/io/platform_test.dart
|
| index 5abdc0f72035f742a6b46366c5a3a48c6b70795b..bf59383db3df661431e2adb61df9b7b54a17e4c8 100644
|
| --- a/tests/standalone/io/platform_test.dart
|
| +++ b/tests/standalone/io/platform_test.dart
|
| @@ -67,6 +67,8 @@ testIsolate() {
|
| }
|
|
|
| main() {
|
| + // This tests assumes paths relative to dart main directory
|
| + Directory.current = Platform.script.resolve('../../..').toFilePath();
|
| test();
|
| testIsolate();
|
| }
|
|
|