aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/thread_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/lua/thread_spec.lua')
-rw-r--r--test/functional/lua/thread_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lua/thread_spec.lua b/test/functional/lua/thread_spec.lua
index 8ca4bdc4f5..7610886b47 100644
--- a/test/functional/lua/thread_spec.lua
+++ b/test/functional/lua/thread_spec.lua
@@ -19,7 +19,7 @@ describe('thread', function()
screen = Screen.new(50, 10)
end)
- it('handle non-string error', function()
+ it('non-string error()', function()
exec_lua [[
local thread = vim.uv.new_thread(function()
error()