Index: tests/corelib/double_round_to_double3_test.dart |
diff --git a/tests/corelib/double_round_to_double3_test.dart b/tests/corelib/double_round_to_double3_test.dart |
index 6183ed000b4dc0e001e4ec56238800617d52ecc9..660c7b6645a07c731d94bfbcb65924c118e9cbcc 100644 |
--- a/tests/corelib/double_round_to_double3_test.dart |
+++ b/tests/corelib/double_round_to_double3_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. |