| Index: tests/html/dromaeo_smoke_test.dart
 | 
| diff --git a/tests/html/dromaeo_smoke_test.dart b/tests/html/dromaeo_smoke_test.dart
 | 
| index 51ebf351f3d8bd99733809b91904a95c13615281..2f71f9b63c5086fe128d5eca6624c3e3e8312fec 100644
 | 
| --- a/tests/html/dromaeo_smoke_test.dart
 | 
| +++ b/tests/html/dromaeo_smoke_test.dart
 | 
| @@ -3,8 +3,8 @@
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  
 | 
|  library dromaeo;
 | 
| -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 '../../samples/third_party/dromaeo/web/Dromaeo.dart' as originalTest;
 | 
|  import 'dart:html';
 | 
|  import 'dart:async';
 | 
| 
 |