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