diff options
Diffstat (limited to 'Test')
-rw-r--r-- | Test/B03print.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/B03print.ztst b/Test/B03print.ztst index 9a22f2207..5eb94a27e 100644 --- a/Test/B03print.ztst +++ b/Test/B03print.ztst @@ -149,7 +149,7 @@ 0:%n count zeroed on format reuse >1 -# this should fill spec string with '%0+- #*.*d\0' - 11 characters +# this may fill spec string with '%0+- #*.*lld\0' - 13 characters printf '%1$0+- #-08.5dx\n' 123 0:maximal length format specification >+00123 x |