| Index: tests/standalone/io/process_non_ascii_test.dart
|
| diff --git a/tests/standalone/io/process_non_ascii_test.dart b/tests/standalone/io/process_non_ascii_test.dart
|
| index bd8a68395fb95bca12fccb32534aa7d7f439d29a..f590cfff43cd44577e55a7bd2cd7aa7f5fcac120 100644
|
| --- a/tests/standalone/io/process_non_ascii_test.dart
|
| +++ b/tests/standalone/io/process_non_ascii_test.dart
|
| @@ -8,7 +8,7 @@ import 'dart:isolate';
|
|
|
| main() {
|
| var port = new ReceivePort();
|
| - var executable = new File(new Options().executable).fullPathSync();
|
| + var executable = new File(Platform.executable).fullPathSync();
|
| var tempDir = new Directory('').createTempSync();
|
| var nonAsciiDir = new Directory('${tempDir.path}/æøå');
|
| nonAsciiDir.createSync();
|
|
|