From 22dc5f99b22fed10949f6b79ba767553f9bd3d2e Mon Sep 17 00:00:00 2001 From: Sue Lockwood <deathbearbrown@gmail.com> Date: Wed, 2 Aug 2017 08:33:18 -0700 Subject: [PATCH] fix valueof frontmatter under Date --- test/built-ins/Date/prototype/valueOf/S9.4_A3_T1.js | 2 +- test/built-ins/Date/prototype/valueOf/S9.4_A3_T2.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 6ca18ea9ec..e46bb5700b 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 6d9cec398a..24c2a3f74f 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))) -- GitLab