blob: 2c757bbff058786ee524af2d85212d0f807a1905 [file] [log] [blame]
function test() {
return String(Symbol("foo")) === "Symbol(foo)";
}
if (!test())
throw new Error("Test failed");