| Index: tests/corelib/string_trim2_test.dart
|
| diff --git a/tests/corelib/string_trim2_test.dart b/tests/corelib/string_trim2_test.dart
|
| index 2f42c8cdf4a75bf992b5467ac6cc103d432a3027..0f0ccab9b81c9029c95a2c9785210d14dee90f7e 100644
|
| --- a/tests/corelib/string_trim2_test.dart
|
| +++ b/tests/corelib/string_trim2_test.dart
|
| @@ -4,6 +4,7 @@
|
|
|
| import "package:expect/expect.dart";
|
|
|
| +// TODO(floitsch): Test 0x85 when dart2js supports it.
|
| const WHITESPACE = const [
|
| 9,
|
| 10,
|
| @@ -12,7 +13,6 @@ const WHITESPACE = const [
|
| 13,
|
| 0x20,
|
| 0xA0,
|
| - 0x85,
|
| 0x1680,
|
| 0x180E,
|
| 0x2000,
|
|
|