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

Unified Diff: test/dart_codegen/expect/core/iterable.dart

Issue 961493003: don't run dart gen on JS patch code (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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 | « test/dart_codegen/expect/core/int.dart ('k') | test/dart_codegen/expect/core/list.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dart_codegen/expect/core/iterable.dart
diff --git a/test/dart_codegen/expect/core/iterable.dart b/test/dart_codegen/expect/core/iterable.dart
index d81ca52c17dd4030176653afa5eb00da4f28aa43..8e8654cd9e7a7f0eb3e074575dacfd41f3b68024 100644
--- a/test/dart_codegen/expect/core/iterable.dart
+++ b/test/dart_codegen/expect/core/iterable.dart
@@ -78,8 +78,8 @@ class _GeneratorIterator<E> implements Iterator<E> {
_index++;
return true;
} else {
- _current = ((__x25) => DDC$RT.cast(__x25, Null, E, "CastLiteral",
- """line 360, column 18 of dart:core/iterable.dart: """, __x25 is E,
+ _current = ((__x7) => DDC$RT.cast(__x7, Null, E, "CastLiteral",
+ """line 360, column 18 of dart:core/iterable.dart: """, __x7 is E,
false))(null);
return false;
}
« no previous file with comments | « test/dart_codegen/expect/core/int.dart ('k') | test/dart_codegen/expect/core/list.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698