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