diff --git a/test/built-ins/Date/prototype/valueOf/S9.4_A3_T1.js b/test/built-ins/Date/prototype/valueOf/S9.4_A3_T1.js index 6ca18ea9ec4fc5fe81deb46e2a2da10b4e5cc17e..e46bb5700b378554187bcc60fc36202856b4011f 100644 --- a/test/built-ins/Date/prototype/valueOf/S9.4_A3_T1.js +++ b/test/built-ins/Date/prototype/valueOf/S9.4_A3_T1.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-tointeger +esid: sec-date.prototype.valueof info: > Result of ToInteger(value) conversion is the result of computing sign(ToNumber(value)) * floor(abs(ToNumber(value))) diff --git a/test/built-ins/Date/prototype/valueOf/S9.4_A3_T2.js b/test/built-ins/Date/prototype/valueOf/S9.4_A3_T2.js index 6d9cec398a78a36f8657e63f0181611b87e57d64..24c2a3f74f159750f89aa09b2cb962581fd67605 100644 --- a/test/built-ins/Date/prototype/valueOf/S9.4_A3_T2.js +++ b/test/built-ins/Date/prototype/valueOf/S9.4_A3_T2.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-tointeger +esid: sec-date.prototype.valueof info: > Result of ToInteger(value) conversion is the result of computing sign(ToNumber(value)) * floor(abs(ToNumber(value)))