| Index: tests/corelib/int_floor_to_double_test.dart
|
| diff --git a/tests/corelib/int_floor_to_double_test.dart b/tests/corelib/int_floor_to_double_test.dart
|
| index 506092aa3fc5c3e5217a1db76e3aa232c79280ef..478e0e6dee1e69d5dcbf533f015e5a2031891bae 100644
|
| --- a/tests/corelib/int_floor_to_double_test.dart
|
| +++ b/tests/corelib/int_floor_to_double_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.floorToDouble());
|
| Expect.equals(1.0, 1.floorToDouble());
|
|
|