Update length property test for Intl.DateTimeFormat.prototype.format

Per https://github.com/tc39/ecma402/issues/76
This commit is contained in:
André Bargull 2017-02-10 17:13:20 +01:00
parent 7e94b8b7ac
commit fdccf26317
1 changed files with 1 additions and 1 deletions

View File

@ -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);