fish-shell/tests/printf.err
Kurtis Rader 992e1d0059 use a consistent ERANGE message
The previous change neglected to consider that numbers too large for the
long long datatype will result in calling strerror(ERANGE) whose return
value can vary depending on the platform. Which breaks the unit test.
2017-02-20 18:43:13 -08:00

2 lines
78 B
Text

2,34: value not completely converted
0xABCDEF12345678901: Number out of range