| Index: pkg/scheduled_test/lib/src/descriptor/entry.dart
|
| diff --git a/pkg/scheduled_test/lib/src/descriptor/entry.dart b/pkg/scheduled_test/lib/src/descriptor/entry.dart
|
| index 75f39ebc155a1e05789d51ddd39b2efeb55538ab..9605a1cf934485df11b5249642f09cb919cde54e 100644
|
| --- a/pkg/scheduled_test/lib/src/descriptor/entry.dart
|
| +++ b/pkg/scheduled_test/lib/src/descriptor/entry.dart
|
| @@ -39,6 +39,9 @@ abstract class Entry {
|
| /// contents of the child entry located at [path]. This only works if [this]
|
| /// is a directory entry. This operation is not [schedule]d.
|
| ///
|
| + /// This method uses POSIX paths regardless of the underlying operating
|
| + /// system.
|
| + ///
|
| /// All errors in loading the file will be passed through the returned
|
| /// [Stream].
|
| Stream<List<int>> load(String pathToLoad) => errorStream("Can't load "
|
|
|