| Index: tests/lib/typed_data/float32x4_unbox_phi_test.dart
|
| diff --git a/tests/lib/typed_data/float32x4_unbox_phi_test.dart b/tests/lib/typed_data/float32x4_unbox_phi_test.dart
|
| index 34c85ef9c28539119253899ba7b0564bc291e830..2c2ee153f145052d5ff365a9fd2734c0238e8534 100644
|
| --- a/tests/lib/typed_data/float32x4_unbox_phi_test.dart
|
| +++ b/tests/lib/typed_data/float32x4_unbox_phi_test.dart
|
| @@ -19,7 +19,7 @@ double testUnboxPhi(Float32x4List data) {
|
|
|
| main() {
|
| Float32x4List list = new Float32x4List(10);
|
| - Float32List floatList = new Float32List.view(list);
|
| + Float32List floatList = new Float32List.view(list.buffer);
|
| for (int i = 0; i < floatList.length; i++) {
|
| floatList[i] = i.toDouble();
|
| }
|
|
|