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 c59b90ff54f712bd5967ea262437b85ba4c5d778..12a59f2183b8be3d125cb8fbc21d5035b17b5834 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; } |