]> granicus.if.org Git - vim/commitdiff
patch 7.4.1029 v7.4.1029
authorBram Moolenaar <Bram@vim.org>
Sat, 2 Jan 2016 17:17:16 +0000 (18:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 2 Jan 2016 17:17:16 +0000 (18:17 +0100)
Problem:    test_increment fails on systems with 32 bit long.
Solution:   Only test with 32 bits.

src/testdir/test_increment.in
src/testdir/test_increment.ok
src/version.c

index 753951d40c390a0b0d675ac1faa8b979c95368af..f5d8ff9c3e5372c10d294163153f701a51e0af57 100644 (file)
@@ -725,7 +725,7 @@ E25====
 
 # Test 26
 S26====
-0b1111111111111111111111111111111111111111111111111111111111111110
+0b11111111111111111111111111111110
 E26====
 
 
index 4d8fbb0ae19553aaabdde478c58916515943c0d6..77ce9d41562ffe419ebfc9a30b6f6e0bb9f96ca5 100644 (file)
@@ -330,10 +330,10 @@ E25====
 
 # Test 26
 S26====
-0b1111111111111111111111111111111111111111111111111111111111111110
+0b11111111111111111111111111111110
 E26====
 
-0b1111111111111111111111111111111111111111111111111111111111111111
+0b11111111111111111111111111111111
 
 
 ENDTEST
index f0128d2d911a26d08a6a506743eb069cb0be3668..3867e08971f99aca9665bf19d7681114f9be97d4 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1029,
 /**/
     1028,
 /**/