Chromium Code Reviews| Index: utils/pub/exit_codes.dart |
| diff --git a/utils/pub/exit_codes.dart b/utils/pub/exit_codes.dart |
| index fcd8bc0e00da1f933bf07254f63cc37ed23ff9a0..fd39d15872e82c5e98edb86c3c2b4dd79f2e0fc2 100644 |
| --- a/utils/pub/exit_codes.dart |
| +++ b/utils/pub/exit_codes.dart |
| @@ -7,7 +7,7 @@ |
| /// appropriate for errors encountered by pub. |
| /// |
| /// [manpage]: http://www.freebsd.org/cgi/man.cgi?query=sysexits |
| -#library('exit_codes'); |
| +library exit_codes; |
| /// The command was used incorrectly. |
| final USAGE = 64; |