Skip to content

Commit 77b43ea

Browse files
committed
Add into the third one.
1 parent 2d913c4 commit 77b43ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/goto-symex/symex_other.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ void goto_symext::symex_other(
137137
// 3. build an assignment where the type on lhs and rhs is:
138138
// - array_copy: the type of the first array (even if the second is smaller)
139139
// - 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");
140+
DATA_INVARIANT(
141+
code.operands().size() == 2,
142+
"expected array_copy/array_replace statement to have two operands");
143143

144144
// we need to add dereferencing for both operands
145145
dereference_exprt dest_array(code.op0());

0 commit comments

Comments
 (0)