| Index: tests/language/compile_time_constant7_test.dart
|
| diff --git a/tests/language/compile_time_constant7_test.dart b/tests/language/compile_time_constant7_test.dart
|
| index 25bf20dff843b174a4a75f8bb0cf2acab516149c..4780b47284be7c80dd366972c4286aca51eaaa77 100644
|
| --- a/tests/language/compile_time_constant7_test.dart
|
| +++ b/tests/language/compile_time_constant7_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 {
|
| const A();
|
| toString() => "a";
|
|
|