Skip to content

Commit 519c227

Browse files
committed
Fix syntax
1 parent a8b9078 commit 519c227

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
@@ -336,7 +336,7 @@ main() {
336336
echo "Running autoharness-analyzer command..."
337337
git clone --depth 1 https://github.com/carolynzech/autoharness_analyzer
338338
cd autoharness_analyzer
339-
cargo run --per-crate \
339+
cargo run -- --per-crate \
340340
../target/kani_verify_std/target/x86_64-unknown-linux-gnu/debug/deps/ \
341341
/tmp/std_lib_analysis/results/
342342
fi

0 commit comments

Comments
 (0)