mirror of https://github.com/tc39/test262.git
Update length property test for Intl.DateTimeFormat.prototype.format
Per https://github.com/tc39/ecma402/issues/76
This commit is contained in:
parent
7e94b8b7ac
commit
fdccf26317
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue