Chromium Code Reviews| Index: tests/language/compile_time_constant_b_test.dart |
| =================================================================== |
| --- tests/language/compile_time_constant_b_test.dart (revision 23747) |
| +++ tests/language/compile_time_constant_b_test.dart (working copy) |
| @@ -73,5 +73,5 @@ |
| isUnsupportedError); |
| Expect.throws(() => m2['a'] = 499, isUnsupportedError); |
| - Expect.isTrue(m1 === m3); |
| + Expect.isTrue(identical(m1, m3)); |
| } |