From 43309d1993a9affc8d6b73fbd4721e6256c28712 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 23 Oct 2016 00:02:22 +0200 Subject: test/api: Specify handling of VimL errors, v:errmsg. TODO: Also spec behavior of Press-Enter prompt for these API functions. --- test/functional/api/server_notifications_spec.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/api/server_notifications_spec.lua') diff --git a/test/functional/api/server_notifications_spec.lua b/test/functional/api/server_notifications_spec.lua index 88e8c60560..78639d7ed7 100644 --- a/test/functional/api/server_notifications_spec.lua +++ b/test/functional/api/server_notifications_spec.lua @@ -1,4 +1,3 @@ --- Tests for nvim notifications local helpers = require('test.functional.helpers')(after_each) local eq, clear, eval, execute, nvim, next_message = helpers.eq, helpers.clear, helpers.eval, helpers.execute, helpers.nvim, -- cgit