| Index: tests/html/js_interop_1_test.dart
 | 
| diff --git a/tests/html/js_interop_1_test.dart b/tests/html/js_interop_1_test.dart
 | 
| index 7ba954ddd35bb4ced93b5704c473d4b7acc49f79..c7165c4dde470794fcc489777ea1c7ce71def876 100644
 | 
| --- a/tests/html/js_interop_1_test.dart
 | 
| +++ b/tests/html/js_interop_1_test.dart
 | 
| @@ -3,8 +3,8 @@
 | 
|  // BSD-style license that can be found in the LICENSE file
 | 
|  
 | 
|  library JsInterop1Test;
 | 
| -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';
 | 
|  
 | 
|  injectSource(code) {
 | 
| 
 |