test(oldtest): unskip Test_addr_all

v8.1.0341 has since been ported
This commit is contained in:
Sean Dewar 2022-01-29 17:12:58 +00:00
parent 796224028b
commit c91fbc1b9e
No known key found for this signature in database
GPG Key ID: 08CC2C83AD41B581

View File

@ -350,7 +350,6 @@ func Test_use_execute_in_completion()
endfunc endfunc
func Test_addr_all() func Test_addr_all()
throw 'skipped: requires patch v8.1.0341 to pass'
command! -addr=lines DoSomething let g:a1 = <line1> | let g:a2 = <line2> command! -addr=lines DoSomething let g:a1 = <line1> | let g:a2 = <line2>
%DoSomething %DoSomething
call assert_equal(1, g:a1) call assert_equal(1, g:a1)