| Index: tests/corelib/double_round_test.dart
 | 
| diff --git a/tests/corelib/double_round_test.dart b/tests/corelib/double_round_test.dart
 | 
| index b63887cb337f117a72378a1197713350130471a0..ae7fe94818a9f1eef2c9c73bb3e01737ff5cddcc 100644
 | 
| --- a/tests/corelib/double_round_test.dart
 | 
| +++ b/tests/corelib/double_round_test.dart
 | 
| @@ -2,6 +2,8 @@
 | 
|  // for details. All rights reserved. Use of this source code is governed by a
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  
 | 
| +import 'package:expect/expect.dart';
 | 
| +
 | 
|  main() {
 | 
|    Expect.equals(0, 0.0.round());
 | 
|    Expect.equals(0, double.MIN_POSITIVE.round());
 | 
| 
 |