| Index: tools/testing/dart/path.dart
|
| diff --git a/tools/testing/dart/legacy_path.dart b/tools/testing/dart/path.dart
|
| similarity index 99%
|
| rename from tools/testing/dart/legacy_path.dart
|
| rename to tools/testing/dart/path.dart
|
| index 57a4ac7013502b8432103983b986bf4ce003b276..9ccd5462e0a21d1b83a28a7cb76cf4d06b688a56 100644
|
| --- a/tools/testing/dart/legacy_path.dart
|
| +++ b/tools/testing/dart/path.dart
|
| @@ -2,7 +2,10 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of utils;
|
| +library path;
|
| +
|
| +import 'dart:io';
|
| +import 'dart:math';
|
|
|
| class Path {
|
| final String _path;
|
|
|