Skip to content

Commit 5413018

Browse files
Update euf_ac_plugin.cpp
1 parent 826835f commit 5413018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/euf/euf_ac_plugin.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ namespace euf {
442442
// simplify eq using processed
443443
TRACE("plugin",
444444
for (auto other_eq : backward_iterator(eq_id))
445-
tout << "backward iterator " << eq_id << " vs " << other_eq << " " << is_processed(other_eq) << "\n"););
445+
tout << "backward iterator " << eq_id << " vs " << other_eq << " " << is_processed(other_eq) << "\n");
446446
for (auto other_eq : backward_iterator(eq_id))
447447
if (is_processed(other_eq) && backward_simplify(eq_id, other_eq))
448448
goto loop_start;

0 commit comments

Comments
 (0)