| Index: pkg/scheduled_test/test/descriptor_test.dart
|
| diff --git a/pkg/scheduled_test/test/descriptor_test.dart b/pkg/scheduled_test/test/descriptor_test.dart
|
| index ff0efe5a62e348db671a569681f7e1b231b0d9e5..baca328338cd76cb7c010879f92c788c248c49a7 100644
|
| --- a/pkg/scheduled_test/test/descriptor_test.dart
|
| +++ b/pkg/scheduled_test/test/descriptor_test.dart
|
| @@ -7,9 +7,9 @@ library descriptor_test;
|
| import 'dart:async';
|
| import 'dart:io';
|
|
|
| -import '../../../pkg/pathos/lib/path.dart' as path;
|
| -import '../lib/descriptor.dart' as d;
|
| -import '../lib/scheduled_test.dart';
|
| +import 'package:pathos/path.dart' as path;
|
| +import 'package:scheduled_test/descriptor.dart' as d;
|
| +import 'package:scheduled_test/scheduled_test.dart';
|
|
|
| import 'metatest.dart';
|
| import 'utils.dart';
|
|
|