mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
fix TEST_FILE=test_profile.res make oldtest failed
This commit is contained in:
parent
45a95a8a5b
commit
20f1bf325c
@ -133,7 +133,7 @@ endfunc
|
||||
|
||||
func Test_profile_completion()
|
||||
call feedkeys(":profile \<C-A>\<C-B>\"\<CR>", 'tx')
|
||||
call assert_equal('"profile continue file func pause start', @:)
|
||||
call assert_equal('"profile continue dump file func pause start stop', @:)
|
||||
|
||||
call feedkeys(":profile start test_prof\<C-A>\<C-B>\"\<CR>", 'tx')
|
||||
call assert_match('^"profile start.* test_profile\.vim', @:)
|
||||
|
Loading…
Reference in New Issue
Block a user