Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/script-based-pre/cargo_playback_array/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT
script: playback_target.sh
expected: playback_target.expected
script: playback_array.sh
expected: playback_array.expected
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ cargo kani --concrete-playback inplace -Z concrete-playback
check_playback -Z concrete-playback

cargo clean
# Undo adding the concrete playback test
git restore src/lib.rs
popd > /dev/null
Loading