| Index: tests/standalone/io/test_runner_exit_code_test.dart
|
| diff --git a/tests/standalone/io/test_runner_exit_code_test.dart b/tests/standalone/io/test_runner_exit_code_test.dart
|
| index 02d4f50d773e84876b62f267b42f9ac63433e3b8..c398b92a55a4edc685208d700537a19e8db8fcfd 100644
|
| --- a/tests/standalone/io/test_runner_exit_code_test.dart
|
| +++ b/tests/standalone/io/test_runner_exit_code_test.dart
|
| @@ -18,7 +18,7 @@ void runTests(String executable, String script, Iterator iterator) {
|
| }
|
|
|
| main() {
|
| - var scriptPath = new Path.fromNative(new Options().script);
|
| + var scriptPath = new Path(new Options().script);
|
| var scriptDirPath = scriptPath.directoryPath;
|
| var exitCodeScriptPath =
|
| scriptDirPath.append('test_runner_exit_code_script.dart');
|
|
|