| Index: tests/compiler/dart2js/kernel/compile_from_dill_test_helper.dart
|
| diff --git a/tests/compiler/dart2js/kernel/compile_from_dill_test_helper.dart b/tests/compiler/dart2js/kernel/compile_from_dill_test_helper.dart
|
| index 02a5714164c33440d27de14574a66620e57cae96..fd3572443d2b4e3c3aa78828a2afc993b4265203 100644
|
| --- a/tests/compiler/dart2js/kernel/compile_from_dill_test_helper.dart
|
| +++ b/tests/compiler/dart2js/kernel/compile_from_dill_test_helper.dart
|
| @@ -58,7 +58,9 @@ class Class {
|
| static var staticField;
|
|
|
| Class();
|
| - Class.named(this.field);
|
| + Class.named(this.field) {
|
| + staticField = 42;
|
| + }
|
|
|
| method() {}
|
| }
|
|
|