chore(tests/lean/run/coroutine): fix test

This commit is contained in:
Leonardo de Moura 2019-03-21 16:46:53 -07:00
parent a79b00d733
commit 4bf41f0036

View file

@ -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,