| Index: tests/lib/typed_data/simd_store_to_load_forward_test.dart
|
| diff --git a/tests/lib/typed_data/simd_store_to_load_forward_test.dart b/tests/lib/typed_data/simd_store_to_load_forward_test.dart
|
| index 6fd4c35397fb7383297985e541502ac41feae0d7..3a24ecd3daf5914e1fd83eb41a4f56842e199553 100644
|
| --- a/tests/lib/typed_data/simd_store_to_load_forward_test.dart
|
| +++ b/tests/lib/typed_data/simd_store_to_load_forward_test.dart
|
| @@ -15,7 +15,6 @@ Float32x4 testLoadStoreForwardingFloat32x4(Float32x4List l, Float32x4 v) {
|
| return r;
|
| }
|
|
|
| -
|
| main() {
|
| Float32x4List l = new Float32x4List(4);
|
| Float32x4 a = new Float32x4(1.0, 2.0, 3.0, 4.0);
|
|
|