Skip to content

Commit c876cd6

Browse files
authored
Update scripts/run-kani.sh
1 parent 4559232 commit c876cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-kani.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ REPO_URL=${KANI_REPO_URL:-$DEFAULT_REPO_URL}
8484
BRANCH_NAME=${KANI_BRANCH_NAME:-$DEFAULT_BRANCH_NAME}
8585

8686
# Unstable arguments to pass to Kani
87-
unstable_args="-Z function-contracts -Z mem-predicates -Z float-lib -Z c-ffi -Z loop-contracts -Z quantifiers -Z stubbing"
87+
unstable_args="-Z function-contracts -Z mem-predicates -Z float-lib -Z c-ffi -Z loop-contracts -Z stubbing"
8888

8989
# Variables used for parallel harness verification
9090
# When we say "parallel," we mean two dimensions of parallelization:

0 commit comments

Comments
 (0)