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

Unified Diff: pkg/scheduled_test/lib/scheduled_process.dart

Issue 16019012: Stop working around issue 9020 in scheduled_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/scheduled_test/lib/scheduled_process.dart
diff --git a/pkg/scheduled_test/lib/scheduled_process.dart b/pkg/scheduled_test/lib/scheduled_process.dart
index 75891a9df581991a371fd0315f2164ae2c02e082..4508f54ed3204d028e36ecd2a83e1ad95c3133ae 100644
--- a/pkg/scheduled_test/lib/scheduled_process.dart
+++ b/pkg/scheduled_test/lib/scheduled_process.dart
@@ -151,8 +151,7 @@ class ScheduledProcess {
arguments,
workingDirectory: workingDirectory,
environment: environment).then((process) {
- // TODO(nweiz): enable this when issue 9020 is fixed.
- // process.stdin.encoding = Encoding.UTF_8;
+ process.stdin.encoding = Encoding.UTF_8;
return process;
});
});
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698