| Index: tests/lib/typed_data/float32x4_list_test.dart
|
| diff --git a/tests/lib/typed_data/float32x4_list_test.dart b/tests/lib/typed_data/float32x4_list_test.dart
|
| index d0207098c9c81de47dca32237d8e3cb139614e85..d0e509be27c9ca0c7932546757dc06d6ded28663 100644
|
| --- a/tests/lib/typed_data/float32x4_list_test.dart
|
| +++ b/tests/lib/typed_data/float32x4_list_test.dart
|
| @@ -6,8 +6,8 @@
|
| // Library tag to be able to run in html test framework.
|
| library float32x4_list_test;
|
|
|
| -import 'package:expect/expect.dart';
|
| import 'dart:typed_data';
|
| +import 'package:expect/expect.dart';
|
|
|
| testLoadStore(array) {
|
| Expect.equals(8, array.length);
|
|
|