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

Unified Diff: test/dart_codegen/expect/convert/byte_conversion.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/convert/ascii.dart ('k') | test/dart_codegen/expect/convert/codec.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dart_codegen/expect/convert/byte_conversion.dart
diff --git a/test/dart_codegen/expect/convert/byte_conversion.dart b/test/dart_codegen/expect/convert/byte_conversion.dart
index 83c047e656cf640e50f4dcbf6ea071b43a84a0b7..25e9ba677156f4fd3c9cc6bccc4b9c945947ca43 100644
--- a/test/dart_codegen/expect/convert/byte_conversion.dart
+++ b/test/dart_codegen/expect/convert/byte_conversion.dart
@@ -18,7 +18,7 @@ add(chunk.sublist(start, end));
}
class _ByteCallbackSink extends ByteConversionSinkBase {static const _INITIAL_BUFFER_SIZE = 1024;
final _ChunkedConversionCallback<List<int>> _callback;
- List<int> _buffer = new Uint8List(DDC$RT.cast(_INITIAL_BUFFER_SIZE, dynamic, int, "CastGeneral", """line 81, column 37 of dart:convert/byte_conversion.dart: """, _INITIAL_BUFFER_SIZE is int, true));
+ List<int> _buffer = new Uint8List(DEVC$RT.cast(_INITIAL_BUFFER_SIZE, dynamic, int, "CastGeneral", """line 81, column 37 of dart:convert/byte_conversion.dart: """, _INITIAL_BUFFER_SIZE is int, true));
int _bufferIndex = 0;
_ByteCallbackSink(void callback(List<int> accumulated)) : this._callback = callback;
void add(Iterable<int> chunk) {
« no previous file with comments | « test/dart_codegen/expect/convert/ascii.dart ('k') | test/dart_codegen/expect/convert/codec.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698