| Index: tests/html/keyboard_event_test.dart
 | 
| diff --git a/tests/html/keyboard_event_test.dart b/tests/html/keyboard_event_test.dart
 | 
| index a29f02f708e901eb89b73976557d2f0af6cfca73..8fca79351d611c1cba8ecbb642b5b21ae97e9773 100644
 | 
| --- a/tests/html/keyboard_event_test.dart
 | 
| +++ b/tests/html/keyboard_event_test.dart
 | 
| @@ -1,6 +1,6 @@
 | 
|  library KeyboardEventTest;
 | 
| -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';
 | 
|  
 | 
|  // Test that we are correctly determining keyCode and charCode uniformly across
 | 
| 
 |