Chromium Code Reviews| 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 bf3d485348657106b5862239b4ce1238f8f0b314..c2c641e2c10018233be860ad127a2e252ecc20db 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 /// 02: compile-time error |
| + "foo" + "bar": 42 |
| }; |
| use(x) => x; |