| Index: tests/language/compile_time_constant_h_test.dart
|
| diff --git a/tests/language/compile_time_constant_h_test.dart b/tests/language/compile_time_constant_h_test.dart
|
| index 9c3bd986c44915ff3a7e9de4fb29652381c775ec..34098826f3e568bc62ef409a8b3fd7c88e61fbbe 100644
|
| --- a/tests/language/compile_time_constant_h_test.dart
|
| +++ b/tests/language/compile_time_constant_h_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 implements B {
|
| final x;
|
| const A(this.x);
|
|
|