Index: tests/language/double_to_string_as_precision_test.dart |
diff --git a/tests/language/double_to_string_as_precision_test.dart b/tests/language/double_to_string_as_precision_test.dart |
index ac91affa6d6f48311f7312a430c54736e56da3f7..4f159f9229e38f1bfc0bb49abb750685696a8edf 100644 |
--- a/tests/language/double_to_string_as_precision_test.dart |
+++ b/tests/language/double_to_string_as_precision_test.dart |
@@ -3,6 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Test basic integer operations. |
+import "package:expect/expect.dart"; |
+ |
main() { |
Expect.equals("NaN", (double.NAN).toStringAsPrecision(1)); |
Expect.equals("Infinity", (double.INFINITY).toStringAsPrecision(2)); |