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