Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: tests/dartino_tests/snapshot_stacktrace_tests.dart

Issue 2189923002: Update Dart binaries to 1.18.0-dev.4.4 (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/dartino_compiler/driver/test_control_stream.dart ('k') | tests/mbedtls_tests/ssl_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
});
« no previous file with comments | « tests/dartino_compiler/driver/test_control_stream.dart ('k') | tests/mbedtls_tests/ssl_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698