| Index: lib/src/backend/operating_system.dart
 | 
| diff --git a/lib/src/backend/operating_system.dart b/lib/src/backend/operating_system.dart
 | 
| index d88358b4ad793b82c73b70694623ab92fc31e591..4ed251d3ae045131e1886ba4e64c883495024808 100644
 | 
| --- a/lib/src/backend/operating_system.dart
 | 
| +++ b/lib/src/backend/operating_system.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.operating_system;
 | 
| -
 | 
|  /// An enum of all operating systems supported by Dart.
 | 
|  ///
 | 
|  /// This is used for selecting which operating systems a test can run on. Even
 | 
| 
 |