Remove unused variables from the test.

This commit is contained in:
Jurica Bradaric 2016-02-01 08:53:59 +01:00
parent 696adeb0f6
commit 63a12e1e2d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
-- Test for search('multi-byte char', 'bce')
local helpers = require('test.functional.helpers')
local feed, insert, source = helpers.feed, helpers.insert, helpers.source
local insert = helpers.insert
local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect
describe('search_mbyte', function()