| Index: pkg/scheduled_test/lib/src/descriptor/utils.dart
|
| diff --git a/pkg/scheduled_test/lib/src/descriptor/utils.dart b/pkg/scheduled_test/lib/src/descriptor/utils.dart
|
| index 30d809ee820e4677efc2ae75daef83e1d8e5c54f..c53b429dfbc899111744ceac9677643ee35e7f0a 100644
|
| --- a/pkg/scheduled_test/lib/src/descriptor/utils.dart
|
| +++ b/pkg/scheduled_test/lib/src/descriptor/utils.dart
|
| @@ -6,7 +6,7 @@ library descriptor.utils;
|
|
|
| import 'dart:io';
|
|
|
| -import 'package:pathos/path.dart' as path;
|
| +import '../../../../../pkg/pathos/lib/path.dart' as path;
|
|
|
| /// Returns a single filesystem entry within [parent] whose name matches
|
| /// [pattern]. If [pattern] is a string, looks for an exact match; otherwise,
|
|
|