Index: tests/corelib/double_round4_test.dart |
diff --git a/tests/corelib/double_round4_test.dart b/tests/corelib/double_round4_test.dart |
index ab546aef7771cddaae982786ede57e7cf4cd5439..4818baea17d5631f39cc7235d82c646285754b84 100644 |
--- a/tests/corelib/double_round4_test.dart |
+++ b/tests/corelib/double_round4_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() { |
// The following numbers are on the border of 52 bits. |
// For example: 4503599627370499 + 0.5 => 4503599627370500. |