diff --git a/test/intl402/NumberFormat/prototype/format/format-fraction-digits.js b/test/intl402/NumberFormat/prototype/format/format-fraction-digits.js index 20f3f3bc07..c12da627b0 100644 --- a/test/intl402/NumberFormat/prototype/format/format-fraction-digits.js +++ b/test/intl402/NumberFormat/prototype/format/format-fraction-digits.js @@ -23,7 +23,7 @@ var numberingSystems = [ ]; var testData = { "0": "000.0", - "-0": "000.0", + "-0": "-000.0", "123": "123.0", "-123": "-123.0", "12345": "12345.0",