We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344205a commit 3779a2eCopy full SHA for 3779a2e
scripts/run-kani.sh
@@ -207,6 +207,7 @@ run_verification_subset() {
207
printf '%s\n' "${harnesses[@]}"
208
"$kani_path" verify-std -Z unstable-options ./library \
209
$unstable_args \
210
+ --no-assert-contracts \
211
$harness_args --exact \
212
-j \
213
--output-format=terse \
@@ -291,6 +292,7 @@ main() {
291
292
echo "Running Kani verify-std command..."
293
294
295
296
$command_args \
297
--enable-unstable \
298
--cbmc-args --object-bits 12
0 commit comments