| Index: tests/corelib/double_round3_test.dart
|
| diff --git a/tests/corelib/double_round3_test.dart b/tests/corelib/double_round3_test.dart
|
| index cd1b0a6fad3074e5100bfb772d50c09351130eef..55646405499aec0805e917b444197a8750d133cb 100644
|
| --- a/tests/corelib/double_round3_test.dart
|
| +++ b/tests/corelib/double_round3_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.49999999999999994.round());
|
| Expect.equals(0, (-0.49999999999999994).round());
|
|
|