Index: tests/corelib/double_floor_to_double_test.dart |
diff --git a/tests/corelib/double_floor_to_double_test.dart b/tests/corelib/double_floor_to_double_test.dart |
index cfcc9082dd55dc0e36854322a58c040b80c36f17..e87f6e2d7632f8ac0ac6e824ea5cefce7a3339a8 100644 |
--- a/tests/corelib/double_floor_to_double_test.dart |
+++ b/tests/corelib/double_floor_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.floorToDouble()); |
Expect.equals(0.0, double.MIN_POSITIVE.floorToDouble()); |