Skip to content

Commit ab7d8b0

Browse files
committed
Move compiler-builtins in mock-std to match the real one
1 parent be19f77 commit ab7d8b0

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testsuite/mock-std/library/compiler_builtins/Cargo.toml renamed to tests/testsuite/mock-std/library/compiler-builtins/compiler-builtins/Cargo.toml

File renamed without changes.

tests/testsuite/mock-std/library/compiler_builtins/build.rs renamed to tests/testsuite/mock-std/library/compiler-builtins/compiler-builtins/build.rs

File renamed without changes.

tests/testsuite/mock-std/library/compiler_builtins/src/lib.rs renamed to tests/testsuite/mock-std/library/compiler-builtins/compiler-builtins/src/lib.rs

File renamed without changes.

tests/testsuite/mock-std/library/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2018"
77
[dependencies]
88
std = { path = "../std" }
99
panic_unwind = { path = "../panic_unwind" }
10-
compiler_builtins = { path = "../compiler_builtins" }
10+
compiler_builtins = { path = "../compiler-builtins/compiler-builtins" }
1111
registry-dep-using-std = { version = "*", features = ['mockbuild'] }

0 commit comments

Comments
 (0)