| Index: tests/language_strong/compile_time_constant_p_test.dart
|
| diff --git a/tests/language_strong/compile_time_constant_p_test.dart b/tests/language_strong/compile_time_constant_p_test.dart
|
| index 37cc9c80ef356c5d824011bdaee5e41cd1d7f295..c6934eb7b285997b55287fe3ed1137c5180d1092 100644
|
| --- a/tests/language_strong/compile_time_constant_p_test.dart
|
| +++ b/tests/language_strong/compile_time_constant_p_test.dart
|
| @@ -6,7 +6,7 @@ import "package:expect/expect.dart";
|
|
|
| class A {
|
| const A(
|
| - this.x // /// 01: compile-time error
|
| + this.x // //# 01: compile-time error
|
| );
|
| final x = null;
|
| }
|
|
|