| Index: tests/lib/typed_data/simd_type_check_removal.dart
|
| diff --git a/tests/lib/typed_data/simd_type_check_removal.dart b/tests/lib/typed_data/simd_type_check_removal.dart
|
| index eeb6792722a4eed032cb750ccf65a28950477fcb..816b546e1e57e04b856874469bf011a4f7a79d61 100644
|
| --- a/tests/lib/typed_data/simd_type_check_removal.dart
|
| +++ b/tests/lib/typed_data/simd_type_check_removal.dart
|
| @@ -18,7 +18,6 @@ bool testFloat32x4TypeCheck(Float32x4 v) {
|
| return b is Float32x4;
|
| }
|
|
|
| -
|
| main() {
|
| Float32x4List l = new Float32x4List(4);
|
| Float32x4 a = new Float32x4(1.0, 2.0, 3.0, 4.0);
|
|
|