Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: lib/src/util/exit_codes.dart

Issue 1580973002: Get rid of all the library tags. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/util/dart.dart ('k') | lib/src/util/forkable_stream.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « lib/src/util/dart.dart ('k') | lib/src/util/forkable_stream.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698