backport: refactor(test): drop deprecated exc_exec #39255

This commit is contained in:
Justin M. Keyes
2026-04-21 12:22:05 -04:00
committed by GitHub
parent 26bcffda6c
commit e767b4843b
84 changed files with 1101 additions and 810 deletions

View File

@@ -2,6 +2,7 @@ local t = require('test.testutil')
local n = require('test.functional.testnvim')()
local eq = t.eq
local pcall_err = t.pcall_err
local ok = t.ok
local exec_lua = n.exec_lua
local clear = n.clear