File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -155,9 +155,9 @@ func Test_set_balloondelay()
155155
156156 " Since p_bdelay is of type long currently, the upper bound can be
157157 " impractically huge and machine-dependent. Practically, it's sufficient
158- " to check if balloondelay works with 0xffffffff (32 bits) for now.
159- set balloondelay = 4294967295
160- call assert_equal (4294967295 , &balloondelay )
158+ " to check if balloondelay works with 0x7fffffff (32 bits) for now.
159+ set balloondelay = 2147483647
160+ call assert_equal (2147483647 , &balloondelay )
161161
162162 let &balloondelay = balloondelay_saved
163163endfunc
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 415 ,
767769/**/
768770 414 ,
769771/**/
You can’t perform that action at this time.
0 commit comments