| Index: tests/language/string_unicode4_negative_test.dart
|
| diff --git a/tests/language/string_unicode4_negative_test.dart b/tests/language/string_unicode4_negative_test.dart
|
| index b4ee30fa814c86d25e4d01738a83960739957762..c7bdf6002bcc333c22e158f280807fc919bbc968 100644
|
| --- a/tests/language/string_unicode4_negative_test.dart
|
| +++ b/tests/language/string_unicode4_negative_test.dart
|
| @@ -5,10 +5,8 @@
|
| class StringUnicode4NegativeTest {
|
|
|
| static testMain() {
|
| - // Unicode escapes must refer to valid Unicode points and not surrogate characters
|
| + // Unicode escapes must refer to valid Unicode points.
|
| String str = "Foo\u{FFFFFF}";
|
| - str = "Foo\uD800";
|
| - str = "Foo\uDC00";
|
| }
|
| }
|
|
|
|
|