| Index: pkg/path/test/path_test.dart
|
| diff --git a/utils/tests/pub/path/path_test.dart b/pkg/path/test/path_test.dart
|
| similarity index 92%
|
| rename from utils/tests/pub/path/path_test.dart
|
| rename to pkg/path/test/path_test.dart
|
| index 26812a188274091bf80553e63794baf10f9f485e..bd099ef2e4b39ab61f41f8e6325a38454bd234af 100644
|
| --- a/utils/tests/pub/path/path_test.dart
|
| +++ b/pkg/path/test/path_test.dart
|
| @@ -6,8 +6,9 @@ library all_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() {
|
| group('path.Style', () {
|
|
|