| Index: tests/html/typed_arrays_dataview_test.dart
 | 
| diff --git a/tests/html/typed_arrays_dataview_test.dart b/tests/html/typed_arrays_dataview_test.dart
 | 
| index 83b076fd9ce835c3a31ceb00635e2e066e91aca2..a56aecd27ea23c9841787a93d862575cd3eeaca7 100644
 | 
| --- a/tests/html/typed_arrays_dataview_test.dart
 | 
| +++ b/tests/html/typed_arrays_dataview_test.dart
 | 
| @@ -3,8 +3,8 @@
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  
 | 
|  library typed_arrays_dataview_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';
 | 
|  
 | 
| 
 |