aboutsummaryrefslogtreecommitdiff
path: root/deep_userdata_example/deeptest.lua
diff options
context:
space:
mode:
Diffstat (limited to 'deep_userdata_example/deeptest.lua')
-rw-r--r--deep_userdata_example/deeptest.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/deep_userdata_example/deeptest.lua b/deep_userdata_example/deeptest.lua
index 6ef4b74..37136cd 100644
--- a/deep_userdata_example/deeptest.lua
+++ b/deep_userdata_example/deeptest.lua
@@ -82,6 +82,7 @@ local performTest = function( obj_)
82 local g = lanes.gen( 82 local g = lanes.gen(
83 "package" 83 "package"
84 , { 84 , {
85 name = 'auto',
85 required = { "deep_userdata_example"} -- we will transfer userdata created by this module, so we need to make this lane aware of it 86 required = { "deep_userdata_example"} -- we will transfer userdata created by this module, so we need to make this lane aware of it
86 } 87 }
87 , function( arg_, t_) 88 , function( arg_, t_)