diff options
-rw-r--r-- | tests/basic.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/basic.lua b/tests/basic.lua index 3eee59e..e913906 100644 --- a/tests/basic.lua +++ b/tests/basic.lua | |||
@@ -59,6 +59,7 @@ end | |||
59 | PRINT( "---=== Tasking (basic) ===---") | 59 | PRINT( "---=== Tasking (basic) ===---") |
60 | 60 | ||
61 | local function task( a, b, c ) | 61 | local function task( a, b, c ) |
62 | set_debug_threadname( "task("..a..","..b..","..c..")") | ||
62 | --error "111" -- testing error messages | 63 | --error "111" -- testing error messages |
63 | assert(hey) | 64 | assert(hey) |
64 | local v=0 | 65 | local v=0 |