| Index: tests/language/final_field_initialization_order_test.dart
|
| diff --git a/tests/language/final_field_initialization_order_test.dart b/tests/language/final_field_initialization_order_test.dart
|
| index bd7c05369920f060142f14eef79a2b73d46dcda0..5db5ee2d2435e56d83f3f49adfc9081c595b3d92 100644
|
| --- a/tests/language/final_field_initialization_order_test.dart
|
| +++ b/tests/language/final_field_initialization_order_test.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| // Test that initializers for final fields are evaluated in the right
|
| // order.
|
|
|
|
|