Index: tests/corelib/double_floor_test.dart |
diff --git a/tests/corelib/double_floor_test.dart b/tests/corelib/double_floor_test.dart |
index cafc1599423a9252dbbecfc7fe60a2dc046732b6..c59f411351a111ba7d326f0dc30ddc5418954197 100644 |
--- a/tests/corelib/double_floor_test.dart |
+++ b/tests/corelib/double_floor_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.floor()); |
Expect.equals(0, double.MIN_POSITIVE.floor()); |