Chromium Code Reviews| Index: dart/tests/lib/typed_data/float32x4_unbox_regress_test.dart |
| =================================================================== |
| --- dart/tests/lib/typed_data/float32x4_unbox_regress_test.dart (revision 29808) |
| +++ dart/tests/lib/typed_data/float32x4_unbox_regress_test.dart (working copy) |
| @@ -74,7 +74,7 @@ |
| } |
| void testComparison(a, b) { |
| - Uint32x4 r = a.equal(b); |
| + Int32x4 r = a.equal(b); |
| Expect.equals(true, r.flagX); |
| Expect.equals(false, r.flagY); |
| Expect.equals(false, r.flagZ); |