| Index: lib/src/util/exit_codes.dart
 | 
| diff --git a/lib/src/util/exit_codes.dart b/lib/src/util/exit_codes.dart
 | 
| index 30ed3f9c1121fa9d3357ff8285517596a44b4baf..7754f026f486362795b6ce063be4666fe15ce017 100644
 | 
| --- a/lib/src/util/exit_codes.dart
 | 
| +++ b/lib/src/util/exit_codes.dart
 | 
| @@ -7,8 +7,6 @@
 | 
|  /// From [the BSD sysexits manpage][manpage]. Not every constant here is used.
 | 
|  ///
 | 
|  /// [manpage]: http://www.freebsd.org/cgi/man.cgi?query=sysexits
 | 
| -library test.util.exit_codes;
 | 
| -
 | 
|  /// The command completely successfully.
 | 
|  const success = 0;
 | 
|  
 | 
| 
 |