Chromium Code Reviews| Index: tests/standalone/io/system_encoding_test.dart |
| diff --git a/tests/standalone/io/system_encoding_test.dart b/tests/standalone/io/system_encoding_test.dart |
| index 668ee4c62a1d8859693c5eb654be36deaa864b6a..1a363313565af9b0da68ec819e26a7e489a74753 100644 |
| --- a/tests/standalone/io/system_encoding_test.dart |
| +++ b/tests/standalone/io/system_encoding_test.dart |
| @@ -36,8 +36,6 @@ main() { |
| test([0, 65, 0, 67, 0]); |
| test([0, 0, 0]); |
| test(new Iterable.generate(128, (i) => i).toList()); |
| - // This might break on some Windows systems. |
| - testEncodeDecode('\u00c6\u00d8\u00c5'); |
|
ricow1
2015/06/25 07:03:38
couldn't you just move it down to line 50 if this
|
| if (Platform.isWindows) { |
| // On Windows the default Windows code page cannot encode these |
| // Unicode characters and the ? character is used. |