| Index: tests/lib/typed_data/byte_data_test.dart
|
| diff --git a/tests/lib/typed_data/byte_data_test.dart b/tests/lib/typed_data/byte_data_test.dart
|
| index cffa631ab3865f13b021565aa3287a6d464fe911..2b0e3ea354061a3230a5890b5f424ace3b6a1954 100644
|
| --- a/tests/lib/typed_data/byte_data_test.dart
|
| +++ b/tests/lib/typed_data/byte_data_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";
|
|
|
| main() {
|
| testRegress10898();
|
|
|