Skip to content

Commit 65d8860

Browse files
committed
Try working around asan
1 parent a95b7b9 commit 65d8860

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unit/goto-symex/goto_symex_state.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ SCENARIO(
3838
auto fresh_name = [&fresh_name_count](const irep_idt &) {
3939
return fresh_name_count++;
4040
};
41+
irep_idt language_mode;
4142
goto_symex_statet state{
4243
source,
4344
DEFAULT_MAX_FIELD_SENSITIVITY_ARRAY_SIZE,
4445
true,
45-
irep_idt{},
46+
language_mode,
4647
manager,
4748
fresh_name};
4849

0 commit comments

Comments
 (0)