Chromium Code Reviews| Index: tests/language/compile_time_constant_d_test.dart |
| =================================================================== |
| --- tests/language/compile_time_constant_d_test.dart (revision 23747) |
| +++ tests/language/compile_time_constant_d_test.dart (working copy) |
| @@ -28,7 +28,7 @@ |
| Expect.equals(100, a1.t); |
| Expect.equals("A 3 499 99 100", a1.toString()); |
| - Expect.isTrue(a1 === a2); |
| + Expect.isTrue(identical(a1, a2)); |
| Expect.equals(1, a3.x); |
| Expect.equals(2, a3.y); |