| Index: tools/testing/dart/test_runner.dart
|
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
|
| index 05f06a2c2a2e6c7595a0534d06978e8b952949c6..00a2ebb9b4cecc854075f593e26cf25e288e6c78 100644
|
| --- a/tools/testing/dart/test_runner.dart
|
| +++ b/tools/testing/dart/test_runner.dart
|
| @@ -2582,7 +2582,6 @@ class CommandExecutorImpl implements CommandExecutor {
|
| // directory.
|
| List<String> files = new io.Directory(testdir)
|
| .listSync()
|
| - .where((fse) => fse is io.File)
|
| .map((file) => file.path)
|
| .map((path) => path.substring(path.lastIndexOf('/') + 1))
|
| .toList();
|
|
|