| Index: test/runtime/dart_logging_runtime_test.dart
 | 
| diff --git a/test/runtime/dart_logging_runtime_test.dart b/test/runtime/dart_logging_runtime_test.dart
 | 
| index 2a91edc34c512a751dbedb625ce24cc1fe9605bf..70f263933af6efc923f137a0451553e4382d307c 100644
 | 
| --- a/test/runtime/dart_logging_runtime_test.dart
 | 
| +++ b/test/runtime/dart_logging_runtime_test.dart
 | 
| @@ -3,7 +3,7 @@
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  
 | 
|  import 'package:dev_compiler/runtime/dart_logging_runtime.dart' as devc;
 | 
| -import 'package:unittest/unittest.dart';
 | 
| +import 'package:test/test.dart';
 | 
|  
 | 
|  class A<T> {
 | 
|    T x;
 | 
| 
 |