diff options
-rw-r--r-- | tests/chain.apl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/chain.apl b/tests/chain.apl index c8efeb7..f6ab04b 100644 --- a/tests/chain.apl +++ b/tests/chain.apl @@ -4,5 +4,5 @@ worker←{ ⍵≡⍬: ⎕←'DONE' msg⍈⍵ } -last←worker&⍣25⊢⍬ -_←'Hello there'⍈last +last←worker&⍣100⊢⍬ +'Hello there'⍈last |