aboutsummaryrefslogtreecommitdiff
path: root/tests/irayo_closure.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/irayo_closure.lua')
-rw-r--r--tests/irayo_closure.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/irayo_closure.lua b/tests/irayo_closure.lua
index 77ddbde..3278d57 100644
--- a/tests/irayo_closure.lua
+++ b/tests/irayo_closure.lua
@@ -11,7 +11,7 @@ e.g. { globals = { data = 1, func = function() useclosurehere() end } }"
11]] 11]]
12 12
13local lanes = require "lanes" 13local lanes = require "lanes"
14lanes.configure( 1) 14lanes.configure()
15 15
16local function testrun() 16local function testrun()
17 assert( print ) 17 assert( print )