| Index: tests/corelib_strong/string_trimlr_test.dart
|
| diff --git a/tests/corelib_strong/string_trimlr_test.dart b/tests/corelib_strong/string_trimlr_test.dart
|
| index 68afce0f147782f9c104298a63de59ae2e4c925a..e57e44586b55cb4a14649ae4d2a5fe414034f5b2 100644
|
| --- a/tests/corelib_strong/string_trimlr_test.dart
|
| +++ b/tests/corelib_strong/string_trimlr_test.dart
|
| @@ -92,7 +92,7 @@ main() {
|
| // This line makes string_trimlr_test/none fail but /01 succeede where
|
| // this bug is in the JS. Both succeede on the VM and where the bug is
|
| // not. Remove this line and comment if all JS engines fix it.
|
| - if (i == 0x200b) continue; /// 01: ok
|
| + if (i == 0x200b) continue; //# 01: ok
|
|
|
| var s = new String.fromCharCode(i);
|
| Expect.identical(s, s.trimLeft());
|
|
|