| Index: tests/language/compile_time_constant_c_test.dart
|
| diff --git a/tests/language/compile_time_constant_c_test.dart b/tests/language/compile_time_constant_c_test.dart
|
| index c2c641e2c10018233be860ad127a2e252ecc20db..e55e0c7c75ce2d6ecefefef178263d45e08349bf 100644
|
| --- a/tests/language/compile_time_constant_c_test.dart
|
| +++ b/tests/language/compile_time_constant_c_test.dart
|
| @@ -6,7 +6,7 @@ const m1 = const {
|
| 499: 400 + 99
|
| };
|
| const m2 = const {
|
| - "foo" + "bar": 42
|
| + "foo" + "bar": 42 /// 01: compile-time error
|
| };
|
|
|
| use(x) => x;
|
|
|