From a0516ef120f1b89faa1fed8fd34e64a6dd994775 Mon Sep 17 00:00:00 2001 From: Paolo Tranquilli Date: Wed, 8 Jan 2025 17:22:56 +0100 Subject: [PATCH] Rust: accept integration test changes --- rust/ql/integration-tests/hello-project/steps.cargo.expected | 1 + .../integration-tests/hello-project/steps.rust-project.expected | 1 + rust/ql/integration-tests/hello-project/summary.expected | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) 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 |