| 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 f1848e68b7332b8a932ebb1c0237c60416d9a95e..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 ((__x19) => DEVC$RT.cast(__x19, num, int, "ImplicitCast", """line 102, column 12 of dart:core/stopwatch.dart: """, __x19 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);
|
|
|