aboutsummaryrefslogtreecommitdiff
path: root/test/threads.tm
diff options
context:
space:
mode:
Diffstat (limited to 'test/threads.tm')
-rw-r--r--test/threads.tm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/threads.tm b/test/threads.tm
index 09ec7dc2..986ab864 100644
--- a/test/threads.tm
+++ b/test/threads.tm
@@ -11,10 +11,10 @@ func main():
= [10, 20, 30]
>> channel:peek()
= 10
- >> channel:peek(End)
+ >> channel:peek(front=no)
= 30
- >> channel:give(-10, Start)
+ >> channel:give(-10, front=yes)
>> channel:view()
= [-10, 10, 20, 30]