File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -215,10 +215,10 @@ string_exprt string_constraint_generatort::add_axioms_for_if(
215
215
const if_exprt &expr)
216
216
{
217
217
assert (
218
- refined_string_typet::is_c_string_type (expr.true_case ().type ()));
218
+ refined_string_typet::is_refined_string_type (expr.true_case ().type ()));
219
219
string_exprt t=add_axioms_for_string_expr (expr.true_case ());
220
220
assert (
221
- refined_string_typet::is_c_string_type (expr.false_case ().type ()));
221
+ refined_string_typet::is_refined_string_type (expr.false_case ().type ()));
222
222
string_exprt f=add_axioms_for_string_expr (expr.false_case ());
223
223
const refined_string_typet &ref_type=to_refined_string_type (t.type ());
224
224
const typet &index_type=ref_type.get_index_type ();
You can’t perform that action at this time.
0 commit comments