Skip to content

Commit 1f0d7e9

Browse files
Petr BauchPetr Bauch
authored andcommitted
Cumulative fixing comment
Will be squashed.
1 parent b6788e3 commit 1f0d7e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

regression/goto-harness/havoc-global-int-02/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
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
44
^\[main.assertion.1\] line \d+ assertion y \+ 2 > y: FAILURE$
55
^\[main.assertion.2\] line \d+ assertion 0: FAILURE$
66
^EXIT=10$

src/goto-harness/memory_snapshot_harness_generator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ memory_snapshot_harness_generatort::get_start_instruction(
102102

103103
if(it != goto_program.instructions.end())
104104
{
105-
entry_function_name = entry.first; //TODO - move elsewhere
105+
entry_function_name = entry.first;
106106
return it;
107107
}
108108
}

0 commit comments

Comments
 (0)