| Index: tests/language/compile_time_constant_k_test.dart
|
| diff --git a/tests/language/compile_time_constant_k_test.dart b/tests/language/compile_time_constant_k_test.dart
|
| index 645d22d9b1663657ee40a8e2f12a1a0c68761073..3f53e45da113c15d111f8828abca01c070989b57 100644
|
| --- a/tests/language/compile_time_constant_k_test.dart
|
| +++ b/tests/language/compile_time_constant_k_test.dart
|
| @@ -8,7 +8,7 @@ const x = const {
|
| 'a': 3, /// 01: static type warning
|
| 'a': 4 };
|
| const y = const { 'a': 10, 'b': 11, 'a': 12, /// 02: static type warning
|
| - 'b': 13, 'a': 14 }; /// 02: continued
|
| + 'b': 13, 'a': 14 }; // /// 02: continued
|
| const z = const {
|
| '__proto__': 496, /// 03: static type warning
|
| '__proto__': 497, /// 03: continued
|
|
|