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

Unified Diff: test/dart_codegen/expect/convert/latin1.dart

Issue 997143003: Fix for conditional expressions (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Add test case 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
« no previous file with comments | « test/dart_codegen/expect/convert/json.dart ('k') | test/dart_codegen/expect/convert/string_conversion.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dart_codegen/expect/convert/latin1.dart
diff --git a/test/dart_codegen/expect/convert/latin1.dart b/test/dart_codegen/expect/convert/latin1.dart
index 51cc42244d7ca946c14ba8bf03098dbdbafbb87f..3419530a6a4f09ae1e7a756eca01bfad52ab4db9 100644
--- a/test/dart_codegen/expect/convert/latin1.dart
+++ b/test/dart_codegen/expect/convert/latin1.dart
@@ -72,11 +72,11 @@ RangeError.checkValidRange(start, end, source.length);
int char = source[i];
if (char > _LATIN1_MASK || char < 0) {
if (i > start) _addSliceToSink(source, start, i, false);
- _addSliceToSink(((__x29) => DEVC$RT.cast(__x29, DEVC$RT.type((List<dynamic> _) {
+ _addSliceToSink(((__x28) => DEVC$RT.cast(__x28, DEVC$RT.type((List<dynamic> _) {
}
), DEVC$RT.type((List<int> _) {
}
-), "CastLiteral", """line 161, column 25 of dart:convert/latin1.dart: """, __x29 is List<int>, false))(const [0xFFFD]), 0, 1, false);
+), "CastLiteral", """line 161, column 25 of dart:convert/latin1.dart: """, __x28 is List<int>, false))(const [0xFFFD]), 0, 1, false);
start = i + 1;
}
}
« no previous file with comments | « test/dart_codegen/expect/convert/json.dart ('k') | test/dart_codegen/expect/convert/string_conversion.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698