Index: tests/corelib/double_round_to_double_test.dart |
diff --git a/tests/corelib/double_round_to_double_test.dart b/tests/corelib/double_round_to_double_test.dart |
index a678248c5bba1ba50d976450cc0021f0b5971517..bedfe185b0d7b6c296d04528e7d8eac6e9821645 100644 |
--- a/tests/corelib/double_round_to_double_test.dart |
+++ b/tests/corelib/double_round_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.roundToDouble()); |
Expect.equals(0.0, double.MIN_POSITIVE.roundToDouble()); |