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

This commit is contained in:
Leonardo de Moura 2015-12-09 12:23:00 -08:00
parent 6abf2fd975
commit bed03272f5

View file

@ -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