mirror of
https://github.com/vim/vim.git
synced 2025-10-10 06:24:10 -04:00
patch 7.4.1029
Problem: test_increment fails on systems with 32 bit long. Solution: Only test with 32 bits.
This commit is contained in:
@@ -725,7 +725,7 @@ E25====
|
|||||||
|
|
||||||
# Test 26
|
# Test 26
|
||||||
S26====
|
S26====
|
||||||
0b1111111111111111111111111111111111111111111111111111111111111110
|
0b11111111111111111111111111111110
|
||||||
E26====
|
E26====
|
||||||
|
|
||||||
|
|
||||||
|
@@ -330,10 +330,10 @@ E25====
|
|||||||
|
|
||||||
# Test 26
|
# Test 26
|
||||||
S26====
|
S26====
|
||||||
0b1111111111111111111111111111111111111111111111111111111111111110
|
0b11111111111111111111111111111110
|
||||||
E26====
|
E26====
|
||||||
|
|
||||||
0b1111111111111111111111111111111111111111111111111111111111111111
|
0b11111111111111111111111111111111
|
||||||
|
|
||||||
|
|
||||||
ENDTEST
|
ENDTEST
|
||||||
|
@@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1029,
|
||||||
/**/
|
/**/
|
||||||
1028,
|
1028,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user