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 c2dd4da commit fef4e96Copy full SHA for fef4e96
scripts/run-kani.sh
@@ -328,7 +328,7 @@ main() {
328
--cbmc-args --object-bits 12
329
# remove metadata file for Kani-generated "dummy" crate that we won't
330
# get scanner data for
331
- rm ../target/kani_verify_std/target/x86_64-unknown-linux-gnu/debug/deps/dummy-*
+ rm target/kani_verify_std/target/x86_64-unknown-linux-gnu/debug/deps/dummy-*
332
echo "Running Kani's std-analysis command..."
333
pushd scripts/kani-std-analysis
334
./std-analysis.sh $build_dir
0 commit comments