Commit ae65bd5
committed
Update vprintf_variation5 test expectation for negative zero fix
The GH-12237 fix correctly removes the negative sign when the value
rounds to zero. Update the expected output for -2e-5 formatted with
%04.4f: -0.0000 becomes 0.0000.1 parent 85ffb7a commit ae65bd5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments