Index: tests/corelib_strong/int_parse_radix_test.dart |
diff --git a/tests/corelib_strong/int_parse_radix_test.dart b/tests/corelib_strong/int_parse_radix_test.dart |
index 59ae833b90ed8b866b406b67847e724e15308c49..03af52864ce1ce6919a6b201f0ea28690a8e4c4d 100644 |
--- a/tests/corelib_strong/int_parse_radix_test.dart |
+++ b/tests/corelib_strong/int_parse_radix_test.dart |
@@ -11,7 +11,7 @@ void main() { |
const String oneByteWhiteSpace = "\x09\x0a\x0b\x0c\x0d\x20" |
"\x85" /// 01: ok |
"\xa0"; |
- const String whiteSpace = "$oneByteWhiteSpace\u1680" |
+ const String whiteSpace = "$oneByteWhiteSpace\u1680\u180e" |
"\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a" |
"\u2028\u2029\u202f\u205f\u3000\ufeff"; |