aboutsummaryrefslogtreecommitdiff
path: root/test/unit/undo_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-04-28 11:01:16 +0200
committerJustin M. Keyes <justinkz@gmail.com>2018-04-28 11:01:16 +0200
commit4744142fad9209a1adaa190b9bf16ddcbcb67ca9 (patch)
tree45f5542cc8683074bfccd0444499d4420555ca8a /test/unit/undo_spec.lua
parent6208c7fb9894c76ac77b1636cab73b923d66f633 (diff)
downloadrneovim-4744142fad9209a1adaa190b9bf16ddcbcb67ca9.tar.gz
rneovim-4744142fad9209a1adaa190b9bf16ddcbcb67ca9.tar.bz2
rneovim-4744142fad9209a1adaa190b9bf16ddcbcb67ca9.zip
lint
Diffstat (limited to 'test/unit/undo_spec.lua')
-rw-r--r--test/unit/undo_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/undo_spec.lua b/test/unit/undo_spec.lua
index ab172e89f2..f23110b329 100644
--- a/test/unit/undo_spec.lua
+++ b/test/unit/undo_spec.lua
@@ -4,7 +4,6 @@ local lfs = require('lfs')
local child_call_once = helpers.child_call_once
local global_helpers = require('test.helpers')
-local hexdump = global_helpers.hexdump
local sleep = global_helpers.sleep
local ffi = helpers.ffi