Skip to content

Commit c2dd4da

Browse files
committed
Remove file
1 parent 10d0ee9 commit c2dd4da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/run-kani.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,9 @@ main() {
326326
$command_args \
327327
--enable-unstable \
328328
--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-*
329332
echo "Running Kani's std-analysis command..."
330333
pushd scripts/kani-std-analysis
331334
./std-analysis.sh $build_dir

0 commit comments

Comments
 (0)