| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 5fb6ca8222d9442d730cfb465538efab1b99a914..5e6c97daa7928ffe2bd758940caeb93275cef52f 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -1506,7 +1506,7 @@ class TestUtils {
|
| * [base] directory if that [relativePath] does not already exist.
|
| */
|
| static Directory mkdirRecursive(Path base, Path relativePath) {
|
| - print("======= $base|relativePath|${relativePath.isAbsolute}|${relativePath.segments}");
|
| + print("======= $base|$relativePath|${relativePath.isAbsolute}|${relativePath.segments()}");
|
| if (relativePath.isAbsolute) {
|
| base = new Path('/');
|
| }
|
|
|