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

Unified Diff: tests/stub-generator/test_config.dart

Issue 9029001: Add close to input stream and cleanup socket and streams (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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
Index: tests/stub-generator/test_config.dart
diff --git a/tests/stub-generator/test_config.dart b/tests/stub-generator/test_config.dart
index 83f8f0e630e7599a2abb5303d367abe81c864450..ce09fdfe648d2e89db7bf4702bda91b1f6f12bd9 100644
--- a/tests/stub-generator/test_config.dart
+++ b/tests/stub-generator/test_config.dart
@@ -34,7 +34,7 @@ class StubGeneratorTestSuite extends StandardTestSuite {
new StringInputStream(orig.openInputStream());
StringInputStream stubsStream =
new StringInputStream(stubs.openInputStream());
- FileOutputStream resultStream = result.openOutputStream();
+ OutputStream resultStream = result.openOutputStream();
var origLine;
void writeResultLine(String line) {

Powered by Google App Engine
This is Rietveld 408576698