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

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

Issue 1141013002: Fixes #179 -- compile error if editing files during server mode (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 7 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 | « lib/src/utils.dart ('k') | test/dependency_graph_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dart_codegen/expect/core/string.dart
diff --git a/test/dart_codegen/expect/core/string.dart b/test/dart_codegen/expect/core/string.dart
index 662016822ce06bc2ea72d8f73e01013f29f598f6..ad1be6150cc013affcc42d71fb290362d3afaf22 100644
--- a/test/dart_codegen/expect/core/string.dart
+++ b/test/dart_codegen/expect/core/string.dart
@@ -85,7 +85,7 @@ RangeError.checkValueInInterval(rawIndex, 0, string.length, "rawIndex");
_position = _nextPosition = rawIndex;
_currentCodePoint = null;
}
- int get current => DEVC$RT.cast(_currentCodePoint, num, int, "ImplicitCast", """line 702, column 23 of dart:core/string.dart: """, _currentCodePoint is int, true);
+ int get current => DEVC$RT.cast(_currentCodePoint, num, int, "ImplicitCast", """line 702, column 22 of dart:core/string.dart: """, _currentCodePoint is int, true);
int get currentSize => _nextPosition - _position;
String get currentAsString {
if (_position == _nextPosition) return null;
« no previous file with comments | « lib/src/utils.dart ('k') | test/dependency_graph_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698