aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-05-22 17:51:52 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-05-22 17:51:52 -0400
commit176f223ea3d1e8fb5716d5c2c0f09bead4864d59 (patch)
treedd1566631588e6a236b65573547546d68455fc81 /test
parent39c015bd114aa8e7a2415ba4a610e238de715474 (diff)
parente70cae426cb3ad6b755d76b4aa523f806bacd89b (diff)
downloadrneovim-176f223ea3d1e8fb5716d5c2c0f09bead4864d59.tar.gz
rneovim-176f223ea3d1e8fb5716d5c2c0f09bead4864d59.tar.bz2
rneovim-176f223ea3d1e8fb5716d5c2c0f09bead4864d59.zip
Merge pull request #4808 from justinmk/small.vim
test: Remove references to tiny.vim/small.vim/mbyte.vim
Diffstat (limited to 'test')
-rw-r--r--test/benchmark/bench_re_freeze_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/benchmark/bench_re_freeze_spec.lua b/test/benchmark/bench_re_freeze_spec.lua
index d40d9f9ece..a194b5f44c 100644
--- a/test/benchmark/bench_re_freeze_spec.lua
+++ b/test/benchmark/bench_re_freeze_spec.lua
@@ -25,8 +25,8 @@ local measure_script = [[
endfunc]]
describe('regexp search', function()
- -- The test cases rely on a small Vim script, which we source here, and also
- -- on a temporary result file, which we prepare and write to disk.
+ -- The test cases rely on a temporary result file, which we prepare and write
+ -- to disk.
setup(function()
clear()
source(measure_script)