Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: regression test from #3888 has version control change #3892

Merged
merged 4 commits into from
Feb 19, 2025
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