diff --git a/rust/ql/integration-tests/hello-project/steps.cargo.expected b/rust/ql/integration-tests/hello-project/steps.cargo.expected index 61987aa564bb..1705f1716cc2 100644 --- a/rust/ql/integration-tests/hello-project/steps.cargo.expected +++ b/rust/ql/integration-tests/hello-project/steps.cargo.expected @@ -6,6 +6,7 @@ | src/directory_module/nested_module.rs:0:0:0:0 | LoadSource(src/directory_module/nested_module.rs) | | src/directory_module/nested_module.rs:0:0:0:0 | Parse(src/directory_module/nested_module.rs) | | src/directory_module/not_loaded.rs:0:0:0:0 | Extract(src/directory_module/not_loaded.rs) | +| src/directory_module/not_loaded.rs:0:0:0:0 | LoadSource(src/directory_module/not_loaded.rs) | | src/directory_module/not_loaded.rs:0:0:0:0 | Parse(src/directory_module/not_loaded.rs) | | src/file_module.rs:0:0:0:0 | Extract(src/file_module.rs) | | src/file_module.rs:0:0:0:0 | LoadSource(src/file_module.rs) | diff --git a/rust/ql/integration-tests/hello-project/steps.rust-project.expected b/rust/ql/integration-tests/hello-project/steps.rust-project.expected index d1d2e9ddee3f..5d9cba2eb720 100644 --- a/rust/ql/integration-tests/hello-project/steps.rust-project.expected +++ b/rust/ql/integration-tests/hello-project/steps.rust-project.expected @@ -6,6 +6,7 @@ | src/directory_module/nested_module.rs:0:0:0:0 | LoadSource(src/directory_module/nested_module.rs) | | src/directory_module/nested_module.rs:0:0:0:0 | Parse(src/directory_module/nested_module.rs) | | src/directory_module/not_loaded.rs:0:0:0:0 | Extract(src/directory_module/not_loaded.rs) | +| src/directory_module/not_loaded.rs:0:0:0:0 | LoadSource(src/directory_module/not_loaded.rs) | | src/directory_module/not_loaded.rs:0:0:0:0 | Parse(src/directory_module/not_loaded.rs) | | src/file_module.rs:0:0:0:0 | Extract(src/file_module.rs) | | src/file_module.rs:0:0:0:0 | LoadSource(src/file_module.rs) | diff --git a/rust/ql/integration-tests/hello-project/summary.expected b/rust/ql/integration-tests/hello-project/summary.expected index 5972bf15827e..a5959125c754 100644 --- a/rust/ql/integration-tests/hello-project/summary.expected +++ b/rust/ql/integration-tests/hello-project/summary.expected @@ -1,4 +1,4 @@ -| Elements extracted | 65 | +| Elements extracted | 66 | | Elements unextracted | 0 | | Extraction errors | 0 | | Extraction warnings | 1 |