variable loaded_jedi doesn't exist anymore (tests)

This commit is contained in:
David Halter
2013-08-27 21:31:20 +04:30
parent 178b064821
commit 3154c4ab08

View File

@@ -14,7 +14,6 @@ describe 'goto_simple'
normal! ggdd
normal! G$
Expect line('.') == 3
Expect g:loaded_jedi == 1
end
after