File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
regression/goto-harness/havoc-global-int-02 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
CORE
2
2
main.c
3
- --harness-type initialise-with-memory-snapshot --memory-snapshot ../load-snapshot-json-snapshots/global-int-x-y-snapshot.json --initial-location main:9 --havoc-variables y
3
+ --harness-type initialise-with-memory-snapshot --memory-snapshot ../load-snapshot-json-snapshots/global-int-x-y-snapshot.json --initial-location main:7 --havoc-variables y
4
4
^\[main.assertion.1\] line \d+ assertion y \+ 2 > y: FAILURE$
5
5
^\[main.assertion.2\] line \d+ assertion 0: FAILURE$
6
6
^EXIT=10$
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ memory_snapshot_harness_generatort::get_start_instruction(
102
102
103
103
if (it != goto_program.instructions .end ())
104
104
{
105
- entry_function_name = entry.first ; // TODO - move elsewhere
105
+ entry_function_name = entry.first ;
106
106
return it;
107
107
}
108
108
}
You can’t perform that action at this time.
0 commit comments