chore(tests/lean/run/nested_common_subexpr_issue): typo

This commit is contained in:
Leonardo de Moura 2017-01-09 15:36:49 -08:00
parent 7d540b6d02
commit b89b1dd4c7

View file

@ -14,4 +14,4 @@ def fib_aux2 : ×
def fib2 n := (fib_aux2 n).2
vm_eval fib 10000
vm_eval fib2 10000