Skip to content

Commit aec4799

Browse files
committed
fix error message
1 parent 0964b76 commit aec4799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/flattening/flatten_byte_operators.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ exprt flatten_byte_update(
365365
else
366366
{
367367
throw "flatten_byte_update can only do array and scalars "
368-
"right now, but "+t.id_string();
368+
"right now, but got "+t.id_string();
369369
}
370370
}
371371

0 commit comments

Comments
 (0)