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

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

Issue 967933005: rename ddc -> dev_compiler, fixes #84 (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/exceptions.dart ('k') | test/dart_codegen/expect/core/stopwatch.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 072f79109dd10e9f86cd318536eb8fcf7a9e6a96..9cb11bdf5e78b3d17763c3ec355d5fbd079015f7 100644
--- a/test/dart_codegen/expect/core/iterable.dart
+++ b/test/dart_codegen/expect/core/iterable.dart
@@ -46,7 +46,7 @@ part of dart.core;
class _GeneratorIterable<E> extends IterableBase<E> implements EfficientLength {final int _start;
final int _end;
final _Generator<E> _generator;
- _GeneratorIterable(this._end, E generator(int n)) : _start = 0, _generator = ((__x10) => DDC$RT.cast(__x10, dynamic, DDC$RT.type((__t8<E> _) {
+ _GeneratorIterable(this._end, E generator(int n)) : _start = 0, _generator = ((__x10) => DEVC$RT.cast(__x10, dynamic, DEVC$RT.type((__t8<E> _) {
}
), "CastGeneral", """line 319, column 22 of dart:core/iterable.dart: """, __x10 is __t8<E>, false))((generator != null) ? generator : _id);
_GeneratorIterable.slice(this._start, this._end, this._generator);
« no previous file with comments | « test/dart_codegen/expect/core/exceptions.dart ('k') | test/dart_codegen/expect/core/stopwatch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698