diff options
Diffstat (limited to 'test/unit/memory_spec.lua')
-rw-r--r-- | test/unit/memory_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/memory_spec.lua b/test/unit/memory_spec.lua index 744ff3cf19..bd72c8bf47 100644 --- a/test/unit/memory_spec.lua +++ b/test/unit/memory_spec.lua @@ -1,4 +1,4 @@ -local helpers = require("test.unit.helpers") +local helpers = require("test.unit.helpers")(after_each) local itp = helpers.gen_itp(it) local cimport = helpers.cimport |