| Index: tests/lib/typed_data/float64x2_functional_test.dart
|
| diff --git a/tests/lib/typed_data/float64x2_functional_test.dart b/tests/lib/typed_data/float64x2_functional_test.dart
|
| index 2f06ccf18322afea01c15873571dff2adcf53d7a..7ae6cee99885664cdfd49fda9f60b1a278b2888e 100644
|
| --- a/tests/lib/typed_data/float64x2_functional_test.dart
|
| +++ b/tests/lib/typed_data/float64x2_functional_test.dart
|
| @@ -5,8 +5,8 @@
|
|
|
| library float64x2_functional_test;
|
|
|
| -import "package:expect/expect.dart";
|
| import 'dart:typed_data';
|
| +import "package:expect/expect.dart";
|
|
|
| testConstructor() {
|
| var a = new Float64x2(1.0, 2.0);
|
|
|