File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,12 @@ $goto_harness "$input_goto_binary" "$harness_file" --harness-function-name $entr
58
58
$cbmc --show-goto-functions " $harness_file "
59
59
if [[ " ${harness_file} " == " harness.gb" ]]; then
60
60
$cbmc --function $entry_point " $harness_file " \
61
- --no-standard-checks ` # deactivate default checks to make tests pass without significant adapting` \
62
61
--pointer-check ` # because we want to see out of bounds errors` \
63
62
--unwind 11 ` # with the way we set up arrays symex can't figure out loop bounds automatically` \
64
63
--unwinding-assertions ` # we want to make sure we don't accidentally pass tests because we didn't unwind enough` \
65
64
# cbmc args end
66
65
else
67
66
$cbmc --function $entry_point " $input_c_file " " $harness_file " \
68
- --no-standard-checks ` # deactivate default checks to make tests pass without significant adapting` \
69
67
--pointer-check ` # because we want to see out of bounds errors` \
70
68
--unwind 11 ` # with the way we set up arrays symex can't figure out loop bounds automatically` \
71
69
--unwinding-assertions ` # we want to make sure we don't accidentally pass tests because we didn't unwind enough` \
You can’t perform that action at this time.
0 commit comments