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

Unified Diff: pkg/intl/test/message_extraction/message_extraction_test.dart

Issue 15670004: Remove (unused) ProcessOptions in 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/intl/test/message_extraction/message_extraction_test.dart
diff --git a/pkg/intl/test/message_extraction/message_extraction_test.dart b/pkg/intl/test/message_extraction/message_extraction_test.dart
index 24f8fc5d2ac2e9c94121c608f3a3c75a228613cc..85e032386ff35bbeb5912621baaa646f59e8fec1 100644
--- a/pkg/intl/test/message_extraction/message_extraction_test.dart
+++ b/pkg/intl/test/message_extraction/message_extraction_test.dart
@@ -103,9 +103,6 @@ Future<ProcessResult> run(ProcessResult previousResult, List<String> filenames)
..add(filesInTheRightDirectory.first)
..addAll(["--output-dir=${dir()}"])
..addAll(filesInTheRightDirectory.skip(1));
- var options = new ProcessOptions()
- ..stdoutEncoding=Encoding.UTF_8
- ..stderrEncoding=Encoding.UTF_8;
var result = Process.run(dart, args);
return result;
}
@@ -225,4 +222,4 @@ verifyResult(results) {
// expect("Zu den kniffligen Dinge Pluralformen");
verify("Escapes: ");
verify("\r\f\b\t\v.");
-}
+}
« 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