| Index: pkg/path/test/path_posix_test.dart
|
| diff --git a/utils/tests/pub/path/path_posix_test.dart b/pkg/path/test/path_posix_test.dart
|
| similarity index 99%
|
| rename from utils/tests/pub/path/path_posix_test.dart
|
| rename to pkg/path/test/path_posix_test.dart
|
| index 60ed65afa761ea698ba19e883dede691423529e4..f929c2a571e875de52c03737438eef56516b9a28 100644
|
| --- a/utils/tests/pub/path/path_posix_test.dart
|
| +++ b/pkg/path/test/path_posix_test.dart
|
| @@ -6,8 +6,9 @@ library path_test;
|
|
|
| import 'dart:io' as io;
|
|
|
| -import '../../../../pkg/unittest/lib/unittest.dart';
|
| -import '../../../pub/path.dart' as path;
|
| +// TODO(rnystrom): Use "package:" path when #7491 is fixed.
|
| +import '../../unittest/lib/unittest.dart';
|
| +import '../lib/path.dart' as path;
|
|
|
| main() {
|
| var builder = new path.Builder(style: path.Style.posix, root: '/root/path');
|
|
|