| Index: test/regression/0000/0005.stmt
|
| diff --git a/test/regression/0000/0005.stmt b/test/regression/0000/0005.stmt
|
| index e1d9b89e200906a4a3f5666533a35889c648b884..cba7a1855c8a308f2f5bee507f49583e8bd84258 100644
|
| --- a/test/regression/0000/0005.stmt
|
| +++ b/test/regression/0000/0005.stmt
|
| @@ -4,7 +4,8 @@ var overlapping = _directories.keys.where((directory) =>
|
| path.isWithin(rootDirectory, directory)).toList();
|
| <<<
|
| var overlapping = _directories.keys
|
| - .where((directory) => path.isWithin(directory, rootDirectory) ||
|
| + .where((directory) =>
|
| + path.isWithin(directory, rootDirectory) ||
|
| path.isWithin(rootDirectory, directory))
|
| .toList();
|
| >>>
|
|
|