diff --git a/tests/lean/run/blast_cc1.lean b/tests/lean/run/blast_cc1.lean index a17c319580..0abd9f4540 100644 --- a/tests/lean/run/blast_cc1.lean +++ b/tests/lean/run/blast_cc1.lean @@ -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