| Index: tests/html/typed_arrays_5_test.dart
|
| diff --git a/tests/html/typed_arrays_5_test.dart b/tests/html/typed_arrays_5_test.dart
|
| index 3c6948de432f3ce99256db9d3cee049e05df9751..db149f68179883f74a01db7cad337f634ecad595 100644
|
| --- a/tests/html/typed_arrays_5_test.dart
|
| +++ b/tests/html/typed_arrays_5_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| library typed_arrays_5_test;
|
| -import '../../pkg/unittest/lib/unittest.dart';
|
| -import '../../pkg/unittest/lib/html_config.dart';
|
| +import 'package:unittest/unittest.dart';
|
| +import 'package:unittest/html_config.dart';
|
| import 'dart:html';
|
| import 'dart:typed_data';
|
|
|
|
|