blob: f6960c3fc233b827e2434b402fb35f0e3ba8ef24 [file] [log] [blame]
function test() {
return typeof String.raw === 'function';
}
if (!test())
throw new Error("Test failed");