We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d913c4 commit 77b43eaCopy full SHA for 77b43ea
src/goto-symex/symex_other.cpp
@@ -137,9 +137,9 @@ void goto_symext::symex_other(
137
// 3. build an assignment where the type on lhs and rhs is:
138
// - array_copy: the type of the first array (even if the second is smaller)
139
// - array_replace: the type of the second array (even if it is smaller)
140
- DATA_INVARIANT(
141
- code.operands().size() == 2,
142
- "expected array_copy/array_replace statement to have two operands");
+ DATA_INVARIANT(
+ code.operands().size() == 2,
+ "expected array_copy/array_replace statement to have two operands");
143
144
// we need to add dereferencing for both operands
145
dereference_exprt dest_array(code.op0());
0 commit comments