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

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

Issue 1071393007: fuse List and js Array together and a few other misc fixes. (Closed) Base URL: git@github.com:dart-lang/dart-dev-compiler.git@master
Patch Set: ptal Created 5 years, 8 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/core/list.dart ('k') | test/dart_codegen/expect/core/uri.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dart_codegen/expect/core/stopwatch.dart
diff --git a/test/dart_codegen/expect/core/stopwatch.dart b/test/dart_codegen/expect/core/stopwatch.dart
index 5e6f64326dd984c7a8101e41174dd37612c76944..f38fba919c7571b36ed79421196666f7e0165f1c 100644
--- a/test/dart_codegen/expect/core/stopwatch.dart
+++ b/test/dart_codegen/expect/core/stopwatch.dart
@@ -27,7 +27,7 @@ part of dart.core;
if (_start == null) {
return 0;
}
- return ((__x9) => DEVC$RT.cast(__x9, num, int, "ImplicitCast", """line 102, column 12 of dart:core/stopwatch.dart: """, __x9 is int, true))((_stop == null) ? (_now() - _start) : (_stop - _start));
+ return ((__x20) => DEVC$RT.cast(__x20, num, int, "ImplicitCast", """line 102, column 12 of dart:core/stopwatch.dart: """, __x20 is int, true))((_stop == null) ? (_now() - _start) : (_stop - _start));
}
Duration get elapsed {
return new Duration(microseconds: elapsedMicroseconds);
« no previous file with comments | « test/dart_codegen/expect/core/list.dart ('k') | test/dart_codegen/expect/core/uri.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698