Skip to content

Commit

Permalink
Add missing line separator
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed Dec 21, 2024
1 parent 5da586f commit d0fce44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-kani.sh
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ main() {
# Run verification for all harnesses (not in parallel)
echo "Running Kani verify-std command..."
"$kani_path" verify-std -Z unstable-options ./library \
$unstable_args
$unstable_args \
$command_args \
--enable-unstable \
--cbmc-args --object-bits 12
Expand Down

0 comments on commit d0fce44

Please sign in to comment.