vim-patch:7.4.1029

Problem:    test_increment fails on systems with 32 bit long.
Solution:   Only test with 32 bits.

d3343960d7
This commit is contained in:
watiko
2016-01-15 17:11:28 +09:00
parent a5f361e470
commit a6e4271c15
3 changed files with 4 additions and 4 deletions

View File

@@ -725,7 +725,7 @@ E25====
# Test 26 # Test 26
S26==== S26====
0b1111111111111111111111111111111111111111111111111111111111111110 0b11111111111111111111111111111110
E26==== E26====

View File

@@ -330,10 +330,10 @@ E25====
# Test 26 # Test 26
S26==== S26====
0b1111111111111111111111111111111111111111111111111111111111111110 0b11111111111111111111111111111110
E26==== E26====
0b1111111111111111111111111111111111111111111111111111111111111111 0b11111111111111111111111111111111
ENDTEST ENDTEST

View File

@@ -105,7 +105,7 @@ static int included_patches[] = {
1032, 1032,
// 1031, // 1031,
// 1030, // 1030,
// 1029, 1029,
// 1028, // 1028,
1027, 1027,
// 1026, // 1026,