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

Unified Diff: tests/standalone/io/process_run_output_test.dart

Issue 16959004: Remove Encoding.BINARY (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 | « sdk/lib/io/string_transformer.dart ('k') | tests/standalone/io/process_std_io_script2.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/process_run_output_test.dart
diff --git a/tests/standalone/io/process_run_output_test.dart b/tests/standalone/io/process_run_output_test.dart
index 2510d43bbca6176f1382eac219ce78fcb04af55f..f8b06d4b915cbf2ed8ff321e1300947b97b9ad7e 100644
--- a/tests/standalone/io/process_run_output_test.dart
+++ b/tests/standalone/io/process_run_output_test.dart
@@ -31,7 +31,7 @@ test(scriptFile, encoding, stream) {
} else if (encoding == 'utf8') {
enc = Encoding.UTF_8;
} else if (encoding == 'binary') {
- enc = Encoding.BINARY;
+ enc = null;
}
if (stream == 'stdout') {
« no previous file with comments | « sdk/lib/io/string_transformer.dart ('k') | tests/standalone/io/process_std_io_script2.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698