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 547fbc1f361c6ba8c22979cbdd88a7c8627d2487..2e2b21d6a69d04ae93fda53b2aa753abad4644b6 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 ((__x11) => DEVC$RT.cast(__x11, num, int, "CastGeneral", """line 102, column 12 of dart:core/stopwatch.dart: """, __x11 is int, true))((_stop == null) ? (_now() - _start) : (_stop - _start)); |
+ return ((__x11) => DEVC$RT.cast(__x11, num, int, "ImplicitCast", """line 102, column 12 of dart:core/stopwatch.dart: """, __x11 is int, true))((_stop == null) ? (_now() - _start) : (_stop - _start)); |
} |
Duration get elapsed { |
return new Duration(microseconds: elapsedMicroseconds); |