| Index: sdk/lib/_internal/pub/test/validator/dependency_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/validator/dependency_test.dart b/sdk/lib/_internal/pub/test/validator/dependency_test.dart
|
| index 89f1bf78bad6ffa90e21c43c4969e7a5a53ca351..87d926a59666901a607296ffa12f4eabbd490bad 100644
|
| --- a/sdk/lib/_internal/pub/test/validator/dependency_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/validator/dependency_test.dart
|
| @@ -7,7 +7,7 @@ import 'dart:json' as json;
|
|
|
| import 'package:http/http.dart' as http;
|
| import 'package:http/testing.dart';
|
| -import 'package:pathos/path.dart' as path;
|
| +import 'package:path/path.dart' as path;
|
| import 'package:scheduled_test/scheduled_test.dart';
|
|
|
| import '../../lib/src/entrypoint.dart';
|
|
|