Chromium Code Reviews| Index: tests/language/many_calls_test.dart |
| diff --git a/tests/language/many_calls_test.dart b/tests/language/many_calls_test.dart |
| index a8db476615567e37720861400ff20dad8802311d..900f6c0d29158d0626383ff36da1f5acb29a7555 100644 |
| --- a/tests/language/many_calls_test.dart |
| +++ b/tests/language/many_calls_test.dart |
| @@ -3,6 +3,8 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| // Test megamorphic calls. |
| +import "package:expect/expect.dart"; |
| + |
| class A { |
| A() {} |
| f1() { return 1; } |