Skip to content

Commit

Permalink
build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed May 2, 2020
1 parent 0f1815c commit 6e4a059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/num_occurs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void num_occurs::process(expr * t, expr_fast_mark1 & visited) {

void num_occurs::validate() {
for (auto & kv : m_num_occurs) {
SASSERT(0 < kv.m_key->get_ref_count());
VERIFY(0 < kv.m_key->get_ref_count());
}
}

Expand Down

0 comments on commit 6e4a059

Please sign in to comment.