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

Unified Diff: test/dart_codegen/expect/typed_data/typed_data

Issue 1038583004: Rationalize coercions (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 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/typed_data/typed_data
diff --git a/test/dart_codegen/expect/typed_data/typed_data b/test/dart_codegen/expect/typed_data/typed_data
index ec03408a12ad2a13bda0e4b69830ee4d87605fd5..e7396f4f681017bca7eeda8cece790ae970a3bdc 100644
--- a/test/dart_codegen/expect/typed_data/typed_data
+++ b/test/dart_codegen/expect/typed_data/typed_data
@@ -30,7 +30,7 @@ import 'dart:collection';
}
), DEVC$RT.type((List<int> _) {
}
-), "CastLiteral", """line 120, column 48 of dart:typed_data: """, __x0 is List<int>, false))([1])).buffer)).getInt8(0) == 1 ? LITTLE_ENDIAN : BIG_ENDIAN;
+), "InferableLiteral", """line 120, column 48 of dart:typed_data: """, __x0 is List<int>, false))([1])).buffer)).getInt8(0) == 1 ? LITTLE_ENDIAN : BIG_ENDIAN;
final bool _littleEndian;
}
abstract class ByteData implements TypedData {external factory ByteData(int length);

Powered by Google App Engine
This is Rietveld 408576698