blob: 034ef55db238f26c968cc1bcd04629c26dd5723f [file] [log] [blame]
function test() {
return typeof RegExp.prototype[Symbol.match] === 'function';
}
if (!test())
throw new Error("Test failed");