1
0
mirror of https://github.com/tc39/test262.git synced 2025-04-08 19:35:28 +02:00

correct expectation for exceptZero

This commit is contained in:
Frank Yung-Fong Tang 2020-04-20 14:20:31 -07:00 committed by Rick Waldron
parent 6b3b5c100a
commit 52ec5850d6

@ -40,10 +40,10 @@ const tests = [
[
"exceptZero",
"(US$987.00)",
"(US$0.00)",
"(US$0.00)",
"US$0.00",
"+US$0.00",
"US$0.00",
"US$0.00",
"US$0.00",
"+US$987.00",
],
];