fix(tests/lean/run/inline_fn): pretty-printer segfaults, disable for now

This commit is contained in:
Sebastian Ullrich 2019-07-26 20:46:17 +02:00 committed by Leonardo de Moura
parent 7b18bc94fd
commit b902dc3dac

View file

@ -5,9 +5,6 @@ def h : Nat → Nat
| 0 := 10
| (n+1) := n * h n
set_option pp.all true
set_option trace.compiler true
def g1 (x : Nat) :=
inline f x