aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/basic.lua1
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
59PRINT( "---=== Tasking (basic) ===---") 59PRINT( "---=== Tasking (basic) ===---")
60 60
61local function task( a, b, c ) 61local 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