Index: utils/tests/pub/test_pub.dart |
diff --git a/utils/tests/pub/test_pub.dart b/utils/tests/pub/test_pub.dart |
index 61afc27b73c1eb5168a717b8244615d010a5a43e..846a21514b049b433b1ca1fccad0904f60516a6e 100644 |
--- a/utils/tests/pub/test_pub.dart |
+++ b/utils/tests/pub/test_pub.dart |
@@ -1468,7 +1468,7 @@ class ScheduledProcess { |
/// Wraps [source] and ensures it gets eagerly drained. We do this to make |
/// sure a process will exit even if we don't care about its output. |
- static Future<StringInputStream> _wrapStream(InputStream source) { |
+ static StringInputStream _wrapStream(InputStream source) { |
return new StringInputStream(wrapInputStream(source)); |
} |