fix(tests/lean/run/blast_cc1): option name
This commit is contained in:
parent
6abf2fd975
commit
bed03272f5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ open perm
|
|||
example (a b c d : list nat) : a ~ b → c ~ b → d ~ c → a ~ d :=
|
||||
by blast
|
||||
|
||||
set_option trace.congruence_closure true
|
||||
set_option trace.cc true
|
||||
|
||||
example (a b c d : list nat) : a ~ b → c ~ b → d = c → a ~ d :=
|
||||
by blast
|
||||
|
|
Loading…
Reference in a new issue