diff options
author | Andreas Schwab <schwab@suse.de> | 2023-01-27 23:25:59 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2023-01-30 16:56:07 +0100 |
commit | 2f39e44a8417b4186a7f15bfeac5d0b557e63e03 (patch) | |
tree | a62284d1406343962cd1845908c6366395a89be8 /stdio-common/Makefile | |
parent | 90dffec958f4d423435d155939ef8abf4fedd1f1 (diff) | |
download | glibc-2f39e44a8417b4186a7f15bfeac5d0b557e63e03.tar.gz |
Account for octal marker in %#o format
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 6e9d104524..da3034d847 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -206,6 +206,7 @@ tests := \ tst-printf-bz25691 \ tst-printf-fp-free \ tst-printf-fp-leak \ + tst-printf-oct \ tst-printf-round \ tst-printfsz \ tst-put-error \ |