| Index: tests/language/compile_time_constant_p_test.dart
|
| diff --git a/tests/language/compile_time_constant_p_test.dart b/tests/language/compile_time_constant_p_test.dart
|
| index d833ff2a5f34815119e272c5a300104941d8ee26..a0ff240865f126781264a7375416950bab92f910 100644
|
| --- a/tests/language/compile_time_constant_p_test.dart
|
| +++ b/tests/language/compile_time_constant_p_test.dart
|
| @@ -2,8 +2,6 @@
|
| // 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(
|
| this.x /// 01: compile-time error
|
|
|