Skip to content

Commit 7e38518

Browse files
committed
Add --no-standard-checks to regression/goto-cc-cbmc test runner script
1 parent 1d7d4cf commit 7e38518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/goto-cc-cbmc/chain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ else
1717
"${goto_cc}" "${name}" -o "${base_name}.gb"
1818
fi
1919

20-
"${cbmc}" "${base_name}.gb" ${options}
20+
"${cbmc}" --no-standard-checks "${base_name}.gb" ${options}

0 commit comments

Comments
 (0)