Index: tools/testing/dart/co19_test.dart |
diff --git a/tools/testing/dart/co19_test.dart b/tools/testing/dart/co19_test.dart |
index 9a422e97bbfa464684920f43c2bb4f7ec53bda73..bcdf9257d52ff568881fa1978dacb48575960dd6 100644 |
--- a/tools/testing/dart/co19_test.dart |
+++ b/tools/testing/dart/co19_test.dart |
@@ -38,7 +38,7 @@ void main() { |
Options options = new Options(); |
File scriptFile = new File(options.script); |
Path scriptPath = |
- new Path.fromNative(scriptFile.fullPathSync()) |
+ new Path(scriptFile.fullPathSync()) |
.directoryPath.directoryPath.directoryPath.append('test.dart'); |
TestUtils.testScriptPath = scriptPath.toNativePath(); |
var startTime = new Date.now(); |