tests: remove unnecessary cpo saving

This commit is contained in:
Steve Losh 2010-12-09 19:34:46 -05:00
parent 47cdf9b946
commit 66e274cfa6
2 changed files with 0 additions and 10 deletions

View File

@ -1,6 +1,3 @@
let s:cpo_save=&cpo
set cpo&vim
UTSuite [Gundo] Testing Toggling
function! s:Setup()"{{{
@ -65,5 +62,3 @@ function! s:TestToggleBranches()"{{{
call g:MoveUp()
Assert g:CurrentLineContains("|/")
endfunction"}}}
let &cpo=s:cpo_save

View File

@ -1,6 +1,3 @@
let s:cpo_save=&cpo
set cpo&vim
UTSuite [Gundo] Testing Toggling
function! s:Setup()"{{{
@ -124,5 +121,3 @@ function! s:TestToggleReturnToTarget()"{{{
" We should be returned to test2
Assert expand('%') == 'test2'
endfunction"}}}
let &cpo=s:cpo_save