Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error in
test_decrease_memory
for Lua 5.1.5
Don't run Lua code after decreasing memory limit. Lua 5.1 seems can't free the memory of the `a` variable after deleting it, thus it will raise `LuaMemoryError` again. And the memory limiting feature doesn't support Lua 5.1.
- Loading branch information