chore(tests/lean/run/coroutine): fix test
This commit is contained in:
parent
a79b00d733
commit
4bf41f0036
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ def ex : StateT Nat (coroutine Nat String) Unit :=
|
|||
do
|
||||
x ← read,
|
||||
y ← get,
|
||||
put (y+5),
|
||||
set (y+5),
|
||||
yield ("1) val: " ++ toString (x+y)),
|
||||
x ← read,
|
||||
y ← get,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue