From fdccf263170218c2b12c963a1e79d1a3d75217bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= <andre.bargull@gmail.com> Date: Fri, 10 Feb 2017 17:13:20 +0100 Subject: [PATCH] Update length property test for Intl.DateTimeFormat.prototype.format Per https://github.com/tc39/ecma402/issues/76 --- test/intl402/DateTimeFormat/prototype/format/12.3.2_1_a_L15.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/intl402/DateTimeFormat/prototype/format/12.3.2_1_a_L15.js b/test/intl402/DateTimeFormat/prototype/format/12.3.2_1_a_L15.js index ecc3ae9f3f..fbb850a9c8 100644 --- a/test/intl402/DateTimeFormat/prototype/format/12.3.2_1_a_L15.js +++ b/test/intl402/DateTimeFormat/prototype/format/12.3.2_1_a_L15.js @@ -12,4 +12,4 @@ author: Norbert Lindenberg includes: [testBuiltInObject.js] ---*/ -testBuiltInObject(new Intl.DateTimeFormat().format, true, false, [], 0); +testBuiltInObject(new Intl.DateTimeFormat().format, true, false, [], 1); -- GitLab