aboutsummaryrefslogtreecommitdiff
path: root/test/benchmark/preload.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/benchmark/preload.lua')
-rw-r--r--test/benchmark/preload.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/benchmark/preload.lua b/test/benchmark/preload.lua
index 9e24b5cdf1..a7b815ddf8 100644
--- a/test/benchmark/preload.lua
+++ b/test/benchmark/preload.lua
@@ -1,4 +1,4 @@
-- Modules loaded here will not be cleared and reloaded by Busted.
-- Busted started doing this to help provide more isolation. See issue #62
-- for more information about this.
-local t = require('test.functional.testutil')
+local n = require('test.functional.testnvim')