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

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: Addressed comments by ager@ Created 8 years, 12 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 | « tests/standalone/src/SocketStreamCloseTest.dart ('k') | tools/testing/dart/status_file_parser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « tests/standalone/src/SocketStreamCloseTest.dart ('k') | tools/testing/dart/status_file_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698