Index: lib/src/util/forkable_stream.dart |
diff --git a/lib/src/util/forkable_stream.dart b/lib/src/util/forkable_stream.dart |
index 033d49821e860782293a15588c63506780b8991d..012fa5829dd1c239e79bb81a0764b5e12646f3e3 100644 |
--- a/lib/src/util/forkable_stream.dart |
+++ b/lib/src/util/forkable_stream.dart |
@@ -4,8 +4,6 @@ |
// TODO(nweiz): Get rid of this when https://codereview.chromium.org/1241723003/ |
// lands. |
-library test.util.forkable_stream; |
- |
import 'dart:async'; |
import 'package:async/async.dart' hide ForkableStream; |