]> sourceware.org Git - glibc.git/commitdiff
stdio-common/Makefile: readd bug26 testcase
authorAllan McRae <allan@archlinux.org>
Tue, 16 Dec 2014 03:20:25 +0000 (13:20 +1000)
committerAllan McRae <allan@archlinux.org>
Tue, 16 Dec 2014 03:20:25 +0000 (13:20 +1000)
This testcase was accidentally removed in commit a5357b7c.

ChangeLog
stdio-common/Makefile

index ebfaa0aac84bca7415b9cea8aca5d9ff51411cbe..a0a11e8a62521bacefdab79f34267363a5c92c9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-16  Allan McRae  <allan@archlinux.org>
+
+       * stdio-common/Makefile (tests): Re-add bug26.
+
 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
 
        [BZ #17657]
index 960996614e88dd5e0c1582434b198040818a3360..cc3d49b2f12968b459b0a28f24f92d6cdb3bf1d8 100644 (file)
@@ -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
 
This page took 0.124205 seconds and 5 git commands to generate.