Skip to content

Commit d334396

Browse files
committed
patch 7.4.1029
Problem: test_increment fails on systems with 32 bit long. Solution: Only test with 32 bits.
1 parent 92c23d8 commit d334396

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/testdir/test_increment.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ E25====
725725

726726
# Test 26
727727
S26====
728-
0b1111111111111111111111111111111111111111111111111111111111111110
728+
0b11111111111111111111111111111110
729729
E26====
730730

731731

src/testdir/test_increment.ok

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,10 @@ E25====
330330

331331
# Test 26
332332
S26====
333-
0b1111111111111111111111111111111111111111111111111111111111111110
333+
0b11111111111111111111111111111110
334334
E26====
335335

336-
0b1111111111111111111111111111111111111111111111111111111111111111
336+
0b11111111111111111111111111111111
337337

338338

339339
ENDTEST

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
1029,
744746
/**/
745747
1028,
746748
/**/

0 commit comments

Comments
 (0)