| Index: pkg/scheduled_test/test/metatest.dart
|
| diff --git a/pkg/scheduled_test/test/metatest.dart b/pkg/scheduled_test/test/metatest.dart
|
| index 624692956701e62ff81b85c5d78c9be48f768990..c4c7158d39516e6e5953fa9c5a4ce3da1f6c34d6 100644
|
| --- a/pkg/scheduled_test/test/metatest.dart
|
| +++ b/pkg/scheduled_test/test/metatest.dart
|
| @@ -16,6 +16,8 @@ import '../../../pkg/path/lib/path.dart' as path;
|
| import 'package:scheduled_test/src/utils.dart';
|
| import 'package:unittest/unittest.dart';
|
|
|
| +import 'utils.dart';
|
| +
|
| /// Declares a test with the given [description] and [body]. [body] corresponds
|
| /// to the `main` method of a test file, and will be run in an isolate. By
|
| /// default, this expects that all tests defined in [body] pass, but if
|
|
|