mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Attempt to fix tests (reimplement get_children)
This commit is contained in:
parent
0d8abd884d
commit
3ce99b2c6e
2 changed files with 10 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ TEST("graph", function()
|
|||
local get_scope = graph.get_scope
|
||||
local push_scope = graph.push_scope
|
||||
local pop_scope = graph.pop_scope
|
||||
local get_children = graph.get_children
|
||||
local get_children = graph.get_children_as_array
|
||||
local push_cleanup = graph.push_cleanup
|
||||
local destroy = graph.destroy
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue