aboutsummaryrefslogtreecommitdiff
path: root/test/threads.tm
diff options
context:
space:
mode:
Diffstat (limited to 'test/threads.tm')
-rw-r--r--test/threads.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/threads.tm b/test/threads.tm
index 2f259a0e..2ac2b679 100644
--- a/test/threads.tm
+++ b/test/threads.tm
@@ -22,7 +22,7 @@ func main():
jobs := |:Job; max_size=2|
>> jobs:give(Increment(5))
>> jobs:peek()
- = Job.Increment(x=5)
+ = Job.Increment(5)
results := |:Int; max_size|
>> thread := Thread.new(func():