| Index: tests/dartino_tests/snapshot_stacktrace_tests.dart
|
| diff --git a/tests/dartino_tests/snapshot_stacktrace_tests.dart b/tests/dartino_tests/snapshot_stacktrace_tests.dart
|
| index cab08c8de09766b6edea2ef1cc08725bf334cf78..0c571dac1eb00accd6abbde858c4201309f624a3 100644
|
| --- a/tests/dartino_tests/snapshot_stacktrace_tests.dart
|
| +++ b/tests/dartino_tests/snapshot_stacktrace_tests.dart
|
| @@ -52,7 +52,7 @@ Future<Map<String, NoArgFuture>> listTests(
|
|
|
| String suffix = "_test.dart";
|
|
|
| - Iterable<File> testFiles = directory.listSync().where((FileSystemEntity e) {
|
| + Iterable<FileSystemEntity> testFiles = directory.listSync().where((FileSystemEntity e) {
|
| return e is File && e.path.endsWith(suffix);
|
| });
|
|
|
|
|