Skip to content

Commit

Permalink
Fix batch modifier application.
Browse files Browse the repository at this point in the history
  • Loading branch information
corsix committed Apr 16, 2016
1 parent 9f1451d commit 9c27a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ local function append_tree_to_plan(test_tree, opts, plan, prefix)
local G = setmetatable({}, {__index = _G})
G._G = G
local function Gfn() return G end
for i = planlen, #plan do
for i = planlen+1, #plan do
local test = plan[i][3]
if setfenv then
setfenv(test, G)
Expand Down

0 comments on commit 9c27a59

Please sign in to comment.