Index: tests/standalone/io/regress_7191_test.dart |
diff --git a/tests/standalone/io/regress_7191_test.dart b/tests/standalone/io/regress_7191_test.dart |
index 75284be271da0af23e528b723eb04d9b6b822e4a..4d72e52a800b32fac6aa8be5454c0fa6f511dd45 100644 |
--- a/tests/standalone/io/regress_7191_test.dart |
+++ b/tests/standalone/io/regress_7191_test.dart |
@@ -16,7 +16,7 @@ main() { |
var port = new ReceivePort(); |
var options = new Options(); |
var executable = options.executable; |
- var scriptDir = new Path.fromNative(options.script).directoryPath; |
+ var scriptDir = new Path(options.script).directoryPath; |
var script = scriptDir.append('regress_7191_script.dart').toNativePath(); |
Process.start(executable, [script]).then((process) { |
process.stdin.write([0]); |