From bed03272f5161fc6f53e7744537749d346aa2b81 Mon Sep 17 00:00:00 2001 From: Leonardo de Moura Date: Wed, 9 Dec 2015 12:23:00 -0800 Subject: [PATCH] fix(tests/lean/run/blast_cc1): option name --- tests/lean/run/blast_cc1.lean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lean/run/blast_cc1.lean b/tests/lean/run/blast_cc1.lean index a17c31958..0abd9f454 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