Index: tests/language/double_to_string_as_exponential2_test.dart |
diff --git a/tests/language/double_to_string_as_exponential2_test.dart b/tests/language/double_to_string_as_exponential2_test.dart |
index 9c085a463b4f93cc52d2c2ca089e9c593c2cce7b..f5030ca70bc545764890b171c83c4ac16f23cd83 100644 |
--- a/tests/language/double_to_string_as_exponential2_test.dart |
+++ b/tests/language/double_to_string_as_exponential2_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.throws(() => (1.0).toStringAsExponential(-1), |
(e) => e is RangeError); |