Index: tests/corelib/double_ceil_to_double_test.dart |
diff --git a/tests/corelib/double_ceil_to_double_test.dart b/tests/corelib/double_ceil_to_double_test.dart |
index 40b2c7d782c8ccd012afbcb1c01030ef73c90f3f..74004640999d6fbec3e19a182ad1d7474deca39f 100644 |
--- a/tests/corelib/double_ceil_to_double_test.dart |
+++ b/tests/corelib/double_ceil_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.ceilToDouble()); |
Expect.equals(1.0, double.MIN_POSITIVE.ceilToDouble()); |