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

Unified Diff: tests/standalone/src/io/ProcessRunOutputTest.dart

Issue 10069053: Fix Process test, fix Process factory, diable tests on dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | « runtime/bin/process_impl.dart ('k') | tests/standalone/standalone-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/src/io/ProcessRunOutputTest.dart
diff --git a/tests/standalone/src/io/ProcessRunOutputTest.dart b/tests/standalone/src/io/ProcessRunOutputTest.dart
index 38079ac7d455e657fe6ecdd3631bdf8620dc20e8..1b32f452c1dd871e3d6e8c9fe5552f129d5693bd 100644
--- a/tests/standalone/src/io/ProcessRunOutputTest.dart
+++ b/tests/standalone/src/io/ProcessRunOutputTest.dart
@@ -24,7 +24,7 @@ test(scriptFile, encoding, stream) {
enc = Encoding.ASCII;
} else if (encoding == 'latin1') {
enc = Encoding.ISO_8859_1;
- } else if (encoding = 'utf8') {
+ } else if (encoding == 'utf8') {
enc = Encoding.UTF_8;
}
« no previous file with comments | « runtime/bin/process_impl.dart ('k') | tests/standalone/standalone-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698