tests: Remove superfluous comment.
The functions can remain defined because, nowadays, the test harness runs each test in a subshell; but that's a well-known property of the test harness so need not be mentioned explicitly. Inspired by discussion on issue #443.
This commit is contained in:
parent
3d26cb8146
commit
5436d3e5fc
|
@ -39,6 +39,3 @@ expected_region_highlight=(
|
|||
"1 2 function" # cd
|
||||
"4 5 function" # ls
|
||||
)
|
||||
|
||||
# don't 'unfunction cd ls', since cd() and ls() should still be a functions
|
||||
# when _zsh_highlight runs. Leaving the wrapper functions is harmless.
|
||||
|
|
Loading…
Reference in New Issue