aboutsummaryrefslogtreecommitdiff
path: root/test/benchmark/bench_regexp_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/benchmark/bench_regexp_spec.lua')
-rw-r--r--test/benchmark/bench_regexp_spec.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/benchmark/bench_regexp_spec.lua b/test/benchmark/bench_regexp_spec.lua
index 6128549f0f..4a7c50557b 100644
--- a/test/benchmark/bench_regexp_spec.lua
+++ b/test/benchmark/bench_regexp_spec.lua
@@ -10,8 +10,7 @@ local result_file = 'benchmark.out'
local sample_file = 'test/old/testdir/samples/re.freeze.txt'
-- Vim script code that does both the work and the benchmarking of that work.
-local measure_cmd =
- [[call Measure(%d, ']] .. sample_file .. [[', '\s\+\%%#\@<!$', '+5')]]
+local measure_cmd = [[call Measure(%d, ']] .. sample_file .. [[', '\s\+\%%#\@<!$', '+5')]]
local measure_script = [[
func Measure(re, file, pattern, arg)
let sstart = reltime()