diff --git a/test/intl402/NumberFormat/prototype/format/11.3.2_TRP.js b/test/intl402/NumberFormat/prototype/format/11.3.2_TRP.js index d818b7b479dc13eeedd77eeaab8c72c93016fc60..53e3a8d73b8c5b6cf3a3e19228609e0223833d89 100644 --- a/test/intl402/NumberFormat/prototype/format/11.3.2_TRP.js +++ b/test/intl402/NumberFormat/prototype/format/11.3.2_TRP.js @@ -32,8 +32,8 @@ var testData = { "-123.45": "-123.45", "123.44499": "123.44", "-123.44499": "-123.44", - "123.44500": "123.45", - "-123.44500": "-123.45", + "123.44500": "123.44", + "-123.44500": "-123.44", "123.44501": "123.45", "-123.44501": "-123.45", "0.001234": "0.001234",