From 3aa47a395047fbc4cd6f2f8829638d6bc7900b5b Mon Sep 17 00:00:00 2001 From: Arthur Baars Date: Thu, 19 Sep 2024 12:22:41 +0200 Subject: [PATCH] Rust: accept test changes --- rust/integration-tests/hello-project/source_archive.expected | 1 + .../src/directory_module/{ignored.rs => not_loaded.rs} | 0 2 files changed, 1 insertion(+) rename rust/integration-tests/hello-project/src/directory_module/{ignored.rs => not_loaded.rs} (100%) diff --git a/rust/integration-tests/hello-project/source_archive.expected b/rust/integration-tests/hello-project/source_archive.expected index 1e88c9d0e7aa..4c4c3f43193c 100644 --- a/rust/integration-tests/hello-project/source_archive.expected +++ b/rust/integration-tests/hello-project/source_archive.expected @@ -1,4 +1,5 @@ src/directory_module/mod.rs src/directory_module/nested_module.rs +src/directory_module/not_loaded.rs src/file_module.rs src/main.rs diff --git a/rust/integration-tests/hello-project/src/directory_module/ignored.rs b/rust/integration-tests/hello-project/src/directory_module/not_loaded.rs similarity index 100% rename from rust/integration-tests/hello-project/src/directory_module/ignored.rs rename to rust/integration-tests/hello-project/src/directory_module/not_loaded.rs