Skip to content

Commit b506e45

Browse files
align name of tactic in report
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent cd0cd82 commit b506e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tactic/core/elim_uncnstr_tactic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ class elim_uncnstr_tactic : public tactic {
805805
bool produce_proofs = g->proofs_enabled();
806806

807807
TRACE("elim_uncnstr_bug", g->display(tout););
808-
tactic_report report("elim-uncnstr-vars", *g);
808+
tactic_report report("elim-uncnstr", *g);
809809
m_vars.reset();
810810
collect_occs p;
811811
p(*g, m_vars);

0 commit comments

Comments
 (0)