| Index: pkg/scheduled_test/lib/src/descriptor/nothing_descriptor.dart
|
| diff --git a/pkg/scheduled_test/lib/src/descriptor/nothing_descriptor.dart b/pkg/scheduled_test/lib/src/descriptor/nothing_descriptor.dart
|
| index 1cc47f55862a9b4a60a79b5c61981b8050519948..471508bbc9e5f94c4b48cfba9e0b3ba0269237a3 100644
|
| --- a/pkg/scheduled_test/lib/src/descriptor/nothing_descriptor.dart
|
| +++ b/pkg/scheduled_test/lib/src/descriptor/nothing_descriptor.dart
|
| @@ -37,11 +37,5 @@ class NothingDescriptor extends Descriptor {
|
| }
|
| });
|
|
|
| - Stream<List<int>> load(String pathToLoad) => errorStream("Nothing "
|
| - "descriptors don't support load().");
|
| -
|
| - Stream<List<int>> read() => errorStream("Nothing descriptors don't support "
|
| - "read().");
|
| -
|
| String describe() => "nothing at '$name'";
|
| }
|
|
|