| Index: tests/language/arithmetic_canonicalization_test.dart
|
| diff --git a/tests/language/arithmetic_canonicalization_test.dart b/tests/language/arithmetic_canonicalization_test.dart
|
| index cc0f7952983a12dd60c40647606ebc774da87b07..cf87e9e68eb9f7ac488a0f35b9f8b5c582888de3 100644
|
| --- a/tests/language/arithmetic_canonicalization_test.dart
|
| +++ b/tests/language/arithmetic_canonicalization_test.dart
|
| @@ -3,8 +3,6 @@
|
| // 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);
|
|
|