| Index: tests/language/inline_test_context_test.dart
|
| diff --git a/tests/language/inline_test_context_test.dart b/tests/language/inline_test_context_test.dart
|
| index 7692bff37faf7ec9939a204ada17316d3b625f7a..5ec00d65bfc4c4456ec1f6816fabd1c551ddcd11 100644
|
| --- a/tests/language/inline_test_context_test.dart
|
| +++ b/tests/language/inline_test_context_test.dart
|
| @@ -5,6 +5,8 @@
|
| // Optimize function foo with instance of A and inlined function bar. Call later
|
| // with instance of B and cause deoptimization.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| class A {
|
| var x = 1;
|
| }
|
|
|