| Index: tests/lib/typeddata/float32x4_list_test.dart
|
| diff --git a/tests/lib/typeddata/float32x4_list_test.dart b/tests/lib/typeddata/float32x4_list_test.dart
|
| index 055b6522f8fb6d1d5f2d20d7d1a90a95433ea76e..4885033c8a4d878a6359043fd599f4e3c240a847 100644
|
| --- a/tests/lib/typeddata/float32x4_list_test.dart
|
| +++ b/tests/lib/typeddata/float32x4_list_test.dart
|
| @@ -116,10 +116,6 @@ main() {
|
| testLoadStore(list);
|
| }
|
|
|
| - list = new Float32x4List.transferable(8);
|
| - for (int i = 0; i < 3000; i++) {
|
| - testLoadStore(list);
|
| - }
|
| Float32List floatList = new Float32List(32);
|
| for (int i = 0; i < floatList.length; i++) {
|
| floatList[i] = i.toDouble();
|
|
|