| Index: tests/language/compile_time_constant_j_test.dart
|
| diff --git a/tests/language/compile_time_constant_j_test.dart b/tests/language/compile_time_constant_j_test.dart
|
| index 97156624352290eac32e7bf2079a4170102825de..8a5ed24e0964f277cabf8a46ac6680f47ec47d1d 100644
|
| --- a/tests/language/compile_time_constant_j_test.dart
|
| +++ b/tests/language/compile_time_constant_j_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";
|
| +
|
| class A {
|
| final field;
|
| const A() : field = 499;
|
|
|