Remove dependency on ffi module

This commit is contained in:
Thiago de Arruda
2016-03-06 19:26:23 -03:00
parent bd81239f2f
commit 35d8d10a6a
5 changed files with 24 additions and 14 deletions

View File

@@ -1,5 +1,4 @@
-- Modules loaded here will not be cleared and reloaded by Busted.
-- Busted started doing this to help provide more isolation. See issue #62
-- for more information about this.
local ffi = require('ffi')
local helpers = require('test.functional.helpers')