| Index: utils/testrunner/pipeline_utils.dart
|
| diff --git a/utils/testrunner/pipeline_utils.dart b/utils/testrunner/pipeline_utils.dart
|
| index da9778a34fbe0b8673c81baceffbdbe2fa59b0ad..72c0164fec5c4f5d4ba2201b87891f7e44f5f28c 100644
|
| --- a/utils/testrunner/pipeline_utils.dart
|
| +++ b/utils/testrunner/pipeline_utils.dart
|
| @@ -29,7 +29,7 @@ Path getAbsolutePath(String file) {
|
| if (p.isAbsolute) {
|
| return p;
|
| } else {
|
| - var cwd = new Path((new Directory.current()).path);
|
| + var cwd = new Path(Directory.current.path);
|
| return cwd.join(p);
|
| }
|
| }
|
|
|