| Index: utils/tests/pub/dev_dependency_test.dart
|
| diff --git a/utils/tests/pub/dev_dependency_test.dart b/utils/tests/pub/dev_dependency_test.dart
|
| index 89343028fe95f930d2c83f5bbd759685c9d7353b..1e37807be0e7e9d79b596eec5828240df0c753c3 100644
|
| --- a/utils/tests/pub/dev_dependency_test.dart
|
| +++ b/utils/tests/pub/dev_dependency_test.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -import '../../../pkg/pathos/lib/path.dart' as path;
|
| +import 'package:pathos/path.dart' as path;
|
|
|
| import 'descriptor.dart' as d;
|
| import 'test_pub.dart';
|
|
|