mirror of
https://github.com/vim/vim.git
synced 2025-10-06 05:44:14 -04:00
patch 8.2.3145: Vim9: profile test fails without profile feature
Problem: Vim9: profile test fails without profile feature. Solution: Check the profile feature is present.
This commit is contained in:
@@ -4175,6 +4175,8 @@ enddef
|
||||
" Execute this near the end, profiling doesn't stop until Vim exists.
|
||||
" This only tests that it works, not the profiling output.
|
||||
def Test_xx_profile_with_lambda()
|
||||
CheckFeature profile
|
||||
|
||||
profile start Xprofile.log
|
||||
profile func ProfiledFunc
|
||||
ProfiledFunc()
|
||||
|
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3145,
|
||||
/**/
|
||||
3144,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user