Index: tests/language/arithmetic_canonicalization_test.dart |
diff --git a/tests/language/arithmetic_canonicalization_test.dart b/tests/language/arithmetic_canonicalization_test.dart |
index cf87e9e68eb9f7ac488a0f35b9f8b5c582888de3..cc0f7952983a12dd60c40647606ebc774da87b07 100644 |
--- a/tests/language/arithmetic_canonicalization_test.dart |
+++ b/tests/language/arithmetic_canonicalization_test.dart |
@@ -3,6 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Test canonicalization of simple arithmetic equivalences. |
+import "package:expect/expect.dart"; |
+ |
main() { |
for (var i = 0; i < 5000; i++) { |
Expect.isTrue(mul1double(i) is double); |