| Index: tests/language/vm/typed_data_polymorphic_view_test.dart
|
| diff --git a/tests/language/vm/typed_data_polymorphic_view_test.dart b/tests/language/vm/typed_data_polymorphic_view_test.dart
|
| index fbbaa7f39043d36b367a19578cf99948f30ba634..e8d0a4106a000e14e6c669c091e05e35b4f51e3b 100644
|
| --- a/tests/language/vm/typed_data_polymorphic_view_test.dart
|
| +++ b/tests/language/vm/typed_data_polymorphic_view_test.dart
|
| @@ -39,7 +39,6 @@ void testShort() {
|
| verifyShort(int16);
|
| }
|
|
|
| -
|
| void runXor(view) {
|
| var mask = new Int32x4(0x1, 0x1, 0x1, 0x1);
|
| for (var i = 0; i < view.length; i++) {
|
|
|