blob: 86ff25bfd436b981a599afb9e636636dd9d68075 [file] [log] [blame]
function test() {
return Object.getPrototypeOf('a').constructor === String;
}
if (!test())
throw new Error("Test failed");