| Index: tests/corelib/double_truncate_to_double_test.dart
|
| diff --git a/tests/corelib/double_truncate_to_double_test.dart b/tests/corelib/double_truncate_to_double_test.dart
|
| index 5689aba50e5193273ea9ed838291ea76d4283bdf..34f0179d47a77a0af1b2f76094ab8dd4cb4623cc 100644
|
| --- a/tests/corelib/double_truncate_to_double_test.dart
|
| +++ b/tests/corelib/double_truncate_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.0.truncateToDouble());
|
| Expect.equals(0.0, double.MIN_POSITIVE.truncateToDouble());
|
|
|