| Index: tests/lib/typed_data/constructor_checks_test.dart
|
| diff --git a/tests/lib/typed_data/constructor_checks_test.dart b/tests/lib/typed_data/constructor_checks_test.dart
|
| index 3842ac196d4389a4673799ca0fcc34e71f357d42..826a4e01be86e8772773daa26b2163901405808c 100644
|
| --- a/tests/lib/typed_data/constructor_checks_test.dart
|
| +++ b/tests/lib/typed_data/constructor_checks_test.dart
|
| @@ -2,8 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -import 'package:expect/expect.dart';
|
| import 'dart:typed_data';
|
| +import 'package:expect/expect.dart';
|
|
|
| checkLengthConstructors() {
|
| check(creator) {
|
|
|