fix(tests/lean/run): new option names

This commit is contained in:
Leonardo de Moura 2015-12-08 20:06:43 -08:00
parent 08052c1988
commit 273f6fc04c
2 changed files with 2 additions and 4 deletions

View file

@ -1,6 +1,4 @@
set_option blast.init_depth 10
set_option blast.inc_depth 100
set_option blast.trace true
set_option trace.blast true
example (p q : Prop) : p q → q p :=
by blast

View file

@ -4,7 +4,7 @@ attribute P_sub [instance]
constant q : P → nat → Prop
set_option blast.simp false
set_option blast.trace true
set_option trace.blast true
set_option trace.congruence_closure true
example (a : nat) (h₁ h₂ : P) : q h₁ a = q h₂ a :=