| Index: lib/src/runner/reporter/json.dart
 | 
| diff --git a/lib/src/runner/reporter/json.dart b/lib/src/runner/reporter/json.dart
 | 
| index 2f0930073240851ca2b8c76ccb3134becc08f7d4..966380d533d5a932f9752068f874cb0d5652e60f 100644
 | 
| --- a/lib/src/runner/reporter/json.dart
 | 
| +++ b/lib/src/runner/reporter/json.dart
 | 
| @@ -2,8 +2,6 @@
 | 
|  // for details. All rights reserved. Use of this source code is governed by a
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  
 | 
| -library test.runner.reporter.json;
 | 
| -
 | 
|  import 'dart:async';
 | 
|  import 'dart:convert';
 | 
|  
 | 
| 
 |