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