Skip to content

Commit ac8c00b

Browse files
Cleanup invariants in parameter_assignments
1 parent 3389cda commit ac8c00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-programs/parameter_assignments.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ void parameter_assignmentst::do_function_calls(
4646

4747
// add x=y for f(y) where x is the parameter
4848

49-
assert(function_call.function().id()==ID_symbol);
49+
PRECONDITION(function_call.function().id() == ID_symbol);
5050

5151
const irep_idt &identifier=
5252
to_symbol_expr(function_call.function()).get_identifier();

0 commit comments

Comments
 (0)