Skip to content

Commit

Permalink
Move type-mismatch test to cargo-kani suite (rust-lang#818)
Browse files Browse the repository at this point in the history
Test no longer needs special handling.
  • Loading branch information
celinval authored and tedinski committed Feb 10, 2022
1 parent 0d43444 commit d78a8d0
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 39 deletions.
3 changes: 0 additions & 3 deletions scripts/kani-regression.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ time "$SCRIPT_DIR"/codegen-firecracker.sh
# dependency2
time "$KANI_DIR"/tests/kani-dependency-test/diamond-dependency/run-dependency-test.sh

# Check that we don't have type mismatches across different crates
time "$KANI_DIR"/tests/kani-multicrate/type-mismatch/run-mismatch-test.sh

echo
echo "All Kani regression tests completed successfully."
echo
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
uses_core = { path = "../uses_core" }
uses_std = { path = "../uses_std" }
uses_core = { path = "uses_core" }
uses_std = { path = "uses_std" }

[workspace]
File renamed without changes.
34 changes: 0 additions & 34 deletions tests/kani-multicrate/type-mismatch/run-mismatch-test.sh

This file was deleted.

0 comments on commit d78a8d0

Please sign in to comment.