fix(tests/lean/run/simplifier1): option name

This commit is contained in:
Leonardo de Moura 2015-12-09 12:30:20 -08:00
parent bed03272f5
commit 50323e5b14

View file

@ -5,7 +5,7 @@ constant q : P → nat → Prop
set_option blast.simp false
set_option trace.blast true
set_option trace.congruence_closure true
set_option trace.cc true
example (a : nat) (h₁ h₂ : P) : q h₁ a = q h₂ a :=
by blast