diff options
author | Marek Polacek <polacek@redhat.com> | 2012-03-08 08:32:47 +0100 |
---|---|---|
committer | Marek Polacek <polacek@redhat.com> | 2012-03-08 08:34:10 +0100 |
commit | 65b81130c5006b1140c3d8b59038a68004ff61c8 (patch) | |
tree | 6534d6bb5bbd13aecba952749624e87e767e3d7d /stdio-common/Makefile | |
parent | 67c6a3d919b492c68664c4b95e84efd2174309e7 (diff) | |
download | glibc-65b81130c5006b1140c3d8b59038a68004ff61c8.tar glibc-65b81130c5006b1140c3d8b59038a68004ff61c8.tar.gz glibc-65b81130c5006b1140c3d8b59038a68004ff61c8.tar.bz2 glibc-65b81130c5006b1140c3d8b59038a68004ff61c8.zip |
Enhance fphex test.
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index c8a136539a..266147e713 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -58,7 +58,7 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ tst-fwrite bug16 bug17 tst-swscanf tst-sprintf2 bug18 bug18a \ bug19 bug19a tst-popen2 scanf13 scanf14 scanf15 bug20 bug21 bug22 \ scanf16 scanf17 tst-setvbuf1 tst-grouping bug23 bug24 \ - bug-vfprintf-nargs tst-long-dbl-fphex + bug-vfprintf-nargs tst-long-dbl-fphex tst-fphex-wide test-srcs = tst-unbputc tst-printf |