Skip to content

Commit d78a8d0

Browse files
celinvaltedinski
authored andcommitted
Move type-mismatch test to cargo-kani suite (rust-lang#818)
Test no longer needs special handling.
1 parent 0d43444 commit d78a8d0

File tree

8 files changed

+2
-39
lines changed

8 files changed

+2
-39
lines changed

scripts/kani-regression.sh

-3
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ time "$SCRIPT_DIR"/codegen-firecracker.sh
8989
# dependency2
9090
time "$KANI_DIR"/tests/kani-dependency-test/diamond-dependency/run-dependency-test.sh
9191

92-
# Check that we don't have type mismatches across different crates
93-
time "$KANI_DIR"/tests/kani-multicrate/type-mismatch/run-mismatch-test.sh
94-
9592
echo
9693
echo "All Kani regression tests completed successfully."
9794
echo

tests/kani-multicrate/type-mismatch/mismatch/Cargo.toml renamed to tests/cargo-kani/type-mismatch/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2018"
1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

1212
[dependencies]
13-
uses_core = { path = "../uses_core" }
14-
uses_std = { path = "../uses_std" }
13+
uses_core = { path = "uses_core" }
14+
uses_std = { path = "uses_std" }
1515

1616
[workspace]

tests/kani-multicrate/type-mismatch/run-mismatch-test.sh

-34
This file was deleted.

0 commit comments

Comments
 (0)