Skip to content

Commit 6e4a059

Browse files
build warning
1 parent 0f1815c commit 6e4a059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/num_occurs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void num_occurs::process(expr * t, expr_fast_mark1 & visited) {
6161

6262
void num_occurs::validate() {
6363
for (auto & kv : m_num_occurs) {
64-
SASSERT(0 < kv.m_key->get_ref_count());
64+
VERIFY(0 < kv.m_key->get_ref_count());
6565
}
6666
}
6767

0 commit comments

Comments
 (0)