fix TEST_FILE=test_profile.res make oldtest failed

This commit is contained in:
ckelsel 2017-10-27 21:49:28 +08:00
parent 45a95a8a5b
commit 20f1bf325c

View File

@ -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', @:)