| Index: lib/src/backend/test_platform.dart
 | 
| diff --git a/lib/src/backend/test_platform.dart b/lib/src/backend/test_platform.dart
 | 
| index 731bbd5ee68453f498eb805aee42aeea1c2a7e43..0af1a66785077cee628eda98418354bb7fc9dd59 100644
 | 
| --- a/lib/src/backend/test_platform.dart
 | 
| +++ b/lib/src/backend/test_platform.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.backend.test_platform;
 | 
| -
 | 
|  // TODO(nweiz): support pluggable platforms.
 | 
|  /// An enum of all platforms on which tests can run.
 | 
|  class TestPlatform {
 | 
| 
 |