| Index: tests/language/const_init_test.dart
|
| diff --git a/tests/language/const_init_test.dart b/tests/language/const_init_test.dart
|
| index 78e01f3b8cc07d247ddbc94b7085d8d79650c178..3f18dc14952b61369062c64382b07700f5074d6d 100644
|
| --- a/tests/language/const_init_test.dart
|
| +++ b/tests/language/const_init_test.dart
|
| @@ -3,6 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Check that initializers of static const fields are compile time constants.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| class Point {
|
| final x_;
|
| final y_;
|
|
|