From cad6e6af76b512e4eb432570a683b0a929a64d77 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 1e88c9d0e7aae..b97d9880f3bc6 100644 --- a/rust/integration-tests/hello-project/source_archive.expected +++ b/rust/integration-tests/hello-project/source_archive.expected @@ -1,3 +1,4 @@ +src/directory_module/not_loaded.rs src/directory_module/mod.rs src/directory_module/nested_module.rs src/file_module.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