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 0d1f70459ef9b745b05a22efaba44897dac15255..09d129eab2212be45366987b58112a169fd5525c 100644 |
--- a/test/mjsunit/harmony/regexp-property-exact-match.js |
+++ b/test/mjsunit/harmony/regexp-property-exact-match.js |
@@ -36,7 +36,7 @@ assertThrows("/\\p{BidiClass=LeftToRight}/u"); |
assertThrows("/\\p{BidiC=LeftToRight}/u"); |
assertThrows("/\\p{bidi_c=Left_To_Right}/u"); |
-assertDoesNotThrow("/\\p{Block=CJK}/u"); |
+assertThrows("/\\p{Block=CJK}/u"); |
assertThrows("/\\p{Block = CJK}/u"); |
assertThrows("/\\p{Block=cjk}/u"); |
assertThrows("/\\p{BLK=CJK}/u"); |