diff options
author | Allan McRae <allan@archlinux.org> | 2014-12-16 13:20:25 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-12-16 13:20:25 +1000 |
commit | ae61fc7b33d9d99d2763c16de8275227dc9748ba (patch) | |
tree | 84528c447be48a86f1907695e11508c4e315e258 /stdio-common | |
parent | 363a98991884a744e78b9bfc7df89768901c0816 (diff) |
stdio-common/Makefile: readd bug26 testcase
This testcase was accidentally removed in commit a5357b7c.
Diffstat (limited to 'stdio-common')
-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 960996614e..cc3d49b2f1 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -57,7 +57,7 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ 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 tst-fphex-wide tst-sprintf3 \ - bug25 tst-printf-round bug23-2 bug23-3 bug23-4 + bug25 tst-printf-round bug23-2 bug23-3 bug23-4 bug26 test-srcs = tst-unbputc tst-printf |