| Index: tests/html/postmessage_structured_test.dart
 | 
| diff --git a/tests/html/postmessage_structured_test.dart b/tests/html/postmessage_structured_test.dart
 | 
| index c586fd9694a6354b2f2d4dfbf0f6b90493392bb3..9ceeebca3a174b57f69dfff587e67493709b2742 100644
 | 
| --- a/tests/html/postmessage_structured_test.dart
 | 
| +++ b/tests/html/postmessage_structured_test.dart
 | 
| @@ -3,8 +3,8 @@
 | 
|  // BSD-style license that can be found in the LICENSE file
 | 
|  
 | 
|  library postmessage_js_test;
 | 
| -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:collection';  // SplayTreeMap
 | 
|  import 'dart:typed_data';
 | 
| 
 |