diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-02-11 21:43:19 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2025-03-04 00:21:02 +0800 |
| commit | 4f2a3dc196ff80f0fb535636296c4be5489ecd8c (patch) | |
| tree | e1ec7633e2d11bf6fff73faf7fe968b738bfead5 | |
| parent | 12cd0f11f0ff3408781f673fd903859ac412c71c (diff) | |
| download | rust-4f2a3dc196ff80f0fb535636296c4be5489ecd8c.tar.gz rust-4f2a3dc196ff80f0fb535636296c4be5489ecd8c.zip | |
tests: manually rebless `tests/ui-fulldeps/codegen-backend/hotplug.rs`
| -rw-r--r-- | tests/ui-fulldeps/codegen-backend/hotplug.bindep.stdout | 4 | ||||
| -rw-r--r-- | tests/ui-fulldeps/codegen-backend/hotplug.dep.stdout | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui-fulldeps/codegen-backend/hotplug.bindep.stdout b/tests/ui-fulldeps/codegen-backend/hotplug.bindep.stdout index 4d58fd503d0..5cf39ca3165 100644 --- a/tests/ui-fulldeps/codegen-backend/hotplug.bindep.stdout +++ b/tests/ui-fulldeps/codegen-backend/hotplug.bindep.stdout @@ -1,4 +1,4 @@ -$TEST_BUILD_DIR/codegen-backend/hotplug.bindep/libhotplug.rlib: $DIR/hotplug.rs $TEST_BUILD_DIR/codegen-backend/hotplug.bindep/auxiliary/libthe_backend.so +$TEST_BUILD_DIR/libhotplug.rlib: $DIR/hotplug.rs $TEST_BUILD_DIR/auxiliary/libthe_backend.so $DIR/hotplug.rs: -$TEST_BUILD_DIR/codegen-backend/hotplug.bindep/auxiliary/libthe_backend.so: +$TEST_BUILD_DIR/auxiliary/libthe_backend.so: diff --git a/tests/ui-fulldeps/codegen-backend/hotplug.dep.stdout b/tests/ui-fulldeps/codegen-backend/hotplug.dep.stdout index 48b7534d8fa..717439f14e1 100644 --- a/tests/ui-fulldeps/codegen-backend/hotplug.dep.stdout +++ b/tests/ui-fulldeps/codegen-backend/hotplug.dep.stdout @@ -1,3 +1,3 @@ -$TEST_BUILD_DIR/codegen-backend/hotplug.dep/libhotplug.rlib: $DIR/hotplug.rs +$TEST_BUILD_DIR/libhotplug.rlib: $DIR/hotplug.rs $DIR/hotplug.rs: |
