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