| Index: tests/lib/typed_data/float32x4_unbox_regress_test.dart
|
| diff --git a/tests/lib/typed_data/float32x4_unbox_regress_test.dart b/tests/lib/typed_data/float32x4_unbox_regress_test.dart
|
| index e179f95950b5f6499d29e23253a4ca11b87083dc..b288fb3d0cadf1f2d44751f97685dd3f5e6cd615 100644
|
| --- a/tests/lib/typed_data/float32x4_unbox_regress_test.dart
|
| +++ b/tests/lib/typed_data/float32x4_unbox_regress_test.dart
|
| @@ -74,7 +74,7 @@ void testGetDeopt() {
|
| }
|
|
|
| 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);
|
|
|