| Index: test/mjsunit/harmony/regexp-property-exact-match.js
|
| diff --git a/test/mjsunit/harmony/regexp-property-exact-match.js b/test/mjsunit/harmony/regexp-property-exact-match.js
|
| index fe233f28d62c71855cf48d63796cd3c24f7ea32f..f36ba1d52a0dfa65ca25e5d61de32fadb3efd492 100644
|
| --- a/test/mjsunit/harmony/regexp-property-exact-match.js
|
| +++ b/test/mjsunit/harmony/regexp-property-exact-match.js
|
| @@ -15,7 +15,7 @@ assertThrows("/\\p{InCyrillic_Supplementary}/u");
|
| assertThrows("/\\p{InCyrillicSupplementary}/u");
|
| assertThrows("/\\p{InCyrillic_supplementary}/u");
|
|
|
| -assertDoesNotThrow("/\\pC/u");
|
| +assertDoesNotThrow("/\\p{C}/u");
|
| assertDoesNotThrow("/\\p{Other}/u");
|
| assertDoesNotThrow("/\\p{Cc}/u");
|
| assertDoesNotThrow("/\\p{Control}/u");
|
|
|