| Index: tests/corelib/string_trim2_test.dart
|
| diff --git a/tests/corelib/string_trim2_test.dart b/tests/corelib/string_trim2_test.dart
|
| index 44e532f49a8721e65b5c40d18fc405f416ede5da..fc894a25901de46665ef7f48035e8f9e89cac9f8 100644
|
| --- a/tests/corelib/string_trim2_test.dart
|
| +++ b/tests/corelib/string_trim2_test.dart
|
| @@ -4,7 +4,6 @@
|
|
|
| import "package:expect/expect.dart";
|
|
|
| -// TODO(floitsch): Test 0x85 when dart2js supports it.
|
| const WHITESPACE = const [
|
| 0x09,
|
| 0x0A,
|
| @@ -12,6 +11,7 @@ const WHITESPACE = const [
|
| 0x0C,
|
| 0x0D,
|
| 0x20,
|
| + 0x85,
|
| 0xA0,
|
| 0x1680,
|
| 0x180E,
|
|
|