| Index: utils/tests/pub/descriptor/tar.dart
|
| diff --git a/utils/tests/pub/descriptor/tar.dart b/utils/tests/pub/descriptor/tar.dart
|
| index ef9b1f320dfef4a2f780fa213dca16f33cb84e95..18af2b38fdbf70351aa9704e4bd6ab7fc32c8d4e 100644
|
| --- a/utils/tests/pub/descriptor/tar.dart
|
| +++ b/utils/tests/pub/descriptor/tar.dart
|
| @@ -7,9 +7,9 @@ library descriptor.tar;
|
| import 'dart:io';
|
| import 'dart:async';
|
|
|
| -import '../../../../pkg/pathos/lib/path.dart' as path;
|
| -import '../../../../pkg/scheduled_test/lib/scheduled_test.dart';
|
| -import '../../../../pkg/scheduled_test/lib/descriptor.dart';
|
| +import 'package:pathos/path.dart' as path;
|
| +import 'package:scheduled_test/scheduled_test.dart';
|
| +import 'package:scheduled_test/descriptor.dart';
|
|
|
| import '../../../pub/io.dart';
|
| import '../../../pub/utils.dart';
|
|
|