diff options
Diffstat (limited to 'test/functional/legacy/syn_attr_spec.lua')
-rw-r--r-- | test/functional/legacy/syn_attr_spec.lua | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/test/functional/legacy/syn_attr_spec.lua b/test/functional/legacy/syn_attr_spec.lua index ec47bdf9af..155eb9ce11 100644 --- a/test/functional/legacy/syn_attr_spec.lua +++ b/test/functional/legacy/syn_attr_spec.lua @@ -1,8 +1,10 @@ -local helpers = require('test.functional.helpers')(after_each) -local clear = helpers.clear -local command = helpers.command -local eq = helpers.eq -local eval = helpers.eval +local t = require('test.testutil') +local n = require('test.functional.testnvim')() + +local clear = n.clear +local command = n.command +local eq = t.eq +local eval = n.eval -- oldtest: Test_missing_attr() describe('synIDattr()', function() |