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