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 ecc3ae9f3f08b63c6ed01d8442822b5fb3fd5fb6..fbb850a9c8804fb90ad83f8d472ea5e606c0f88d 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);