aboutsummaryrefslogtreecommitdiff
path: root/tests/ehynes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ehynes.lua')
-rw-r--r--tests/ehynes.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ehynes.lua b/tests/ehynes.lua
index b529f98..fff008c 100644
--- a/tests/ehynes.lua
+++ b/tests/ehynes.lua
@@ -2,7 +2,7 @@
2-- Test from <ehynes at dharmagaia.com> 2-- Test from <ehynes at dharmagaia.com>
3-- 3--
4local lanes = require "lanes" 4local lanes = require "lanes"
5lanes.configure( 1) 5lanes.configure()
6 6
7local function PRINT_FMT( fmt, ... ) 7local function PRINT_FMT( fmt, ... )
8 io.stderr:write( string.format(fmt,...).."\n" ) 8 io.stderr:write( string.format(fmt,...).."\n" )