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

Unified Diff: test/dart_codegen/expect/convert/ascii.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
Index: test/dart_codegen/expect/convert/ascii.dart
diff --git a/test/dart_codegen/expect/convert/ascii.dart b/test/dart_codegen/expect/convert/ascii.dart
index 677b2949624f7c9a21f548a9eb688ed3eac937be..f16cc5a793d4081516a3000149544b8e38aa5bc6 100644
--- a/test/dart_codegen/expect/convert/ascii.dart
+++ b/test/dart_codegen/expect/convert/ascii.dart
@@ -35,9 +35,9 @@ int stringLength = string.length;
}
result[i] = codeUnit;
}
- return DDC$RT.cast(result, DDC$RT.type((List<dynamic> _) {
+ return DEVC$RT.cast(result, DEVC$RT.type((List<dynamic> _) {
}
-), DDC$RT.type((List<int> _) {
+), DEVC$RT.type((List<int> _) {
}
), "CastDynamic", """line 96, column 12 of dart:convert/ascii.dart: """, result is List<int>, false);
}
@@ -45,13 +45,13 @@ int stringLength = string.length;
if (sink is! ByteConversionSink) {
sink = new ByteConversionSink.from(sink);
}
- return new _UnicodeSubsetEncoderSink(_subsetMask, DDC$RT.cast(sink, DDC$RT.type((Sink<List<int>> _) {
+ return new _UnicodeSubsetEncoderSink(_subsetMask, DEVC$RT.cast(sink, DEVC$RT.type((Sink<List<int>> _) {
}
), ByteConversionSink, "CastGeneral", """line 109, column 55 of dart:convert/ascii.dart: """, sink is ByteConversionSink, true));
}
- Stream<List<int>> bind(Stream<String> stream) => ((__x0) => DDC$RT.cast(__x0, DDC$RT.type((DDC$async$.Stream<dynamic> _) {
+ Stream<List<int>> bind(Stream<String> stream) => ((__x0) => DEVC$RT.cast(__x0, DEVC$RT.type((DDC$async$.Stream<dynamic> _) {
}
-), DDC$RT.type((DDC$async$.Stream<List<int>> _) {
+), DEVC$RT.type((DDC$async$.Stream<List<int>> _) {
}
), "CastDynamic", """line 113, column 52 of dart:convert/ascii.dart: """, __x0 is DDC$async$.Stream<List<int>>, false))(super.bind(stream));
}
@@ -106,9 +106,9 @@ int value = bytes[i];
return buffer.toString();
}
ByteConversionSink startChunkedConversion(Sink<String> sink);
- Stream<String> bind(Stream<List<int>> stream) => ((__x1) => DDC$RT.cast(__x1, DDC$RT.type((DDC$async$.Stream<dynamic> _) {
+ Stream<String> bind(Stream<List<int>> stream) => ((__x1) => DEVC$RT.cast(__x1, DEVC$RT.type((DDC$async$.Stream<dynamic> _) {
}
-), DDC$RT.type((DDC$async$.Stream<String> _) {
+), DEVC$RT.type((DDC$async$.Stream<String> _) {
}
), "CastDynamic", """line 221, column 52 of dart:convert/ascii.dart: """, __x1 is DDC$async$.Stream<String>, false))(super.bind(stream));
}
« no previous file with comments | « test/dart_codegen/expect/collection/splay_tree.dart ('k') | test/dart_codegen/expect/convert/byte_conversion.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698