blob: 61d7c23aaceb5fa39e7766160a92cfcf0e458475 [file] [log] [blame]
function test() {
return new Date(NaN) + "" === "Invalid Date";
}
if (!test())
throw new Error("Test failed");