| Index: lib/src/backend/test.dart
|
| diff --git a/lib/src/backend/test.dart b/lib/src/backend/test.dart
|
| index 054858d30b0c29000857e1a7931f3c9b36544484..681c12f69078384925ec7c4a8e1e4d5ac1e4e0d9 100644
|
| --- a/lib/src/backend/test.dart
|
| +++ b/lib/src/backend/test.dart
|
| @@ -8,7 +8,7 @@ import 'live_test.dart';
|
| import 'metadata.dart';
|
| import 'operating_system.dart';
|
| import 'suite.dart';
|
| -import 'suite_entry.dart';
|
| +import 'group_entry.dart';
|
| import 'test_platform.dart';
|
|
|
| /// A single test.
|
| @@ -16,7 +16,7 @@ import 'test_platform.dart';
|
| /// A test is immutable and stateless, which means that it can't be run
|
| /// directly. To run one, load a live version using [Test.load] and run it using
|
| /// [LiveTest.run].
|
| -abstract class Test implements SuiteEntry {
|
| +abstract class Test implements GroupEntry {
|
| String get name;
|
|
|
| Metadata get metadata;
|
|
|