| Index: tests/language/inline_effect_context_test.dart
|
| diff --git a/tests/language/inline_effect_context_test.dart b/tests/language/inline_effect_context_test.dart
|
| index 73fd50ab624b3847636a39a440763e700557ae37..fcb5dbd683ca07bb2fb5eefa29697dd3902c617f 100644
|
| --- a/tests/language/inline_effect_context_test.dart
|
| +++ b/tests/language/inline_effect_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;
|
| }
|
|
|