diff --git a/rust/ql/test/library-tests/path-resolution/CONSISTENCY/PathResolutionConsistency.expected b/rust/ql/test/library-tests/path-resolution/CONSISTENCY/PathResolutionConsistency.expected index 23ac5e722d5..abb80612c6e 100644 --- a/rust/ql/test/library-tests/path-resolution/CONSISTENCY/PathResolutionConsistency.expected +++ b/rust/ql/test/library-tests/path-resolution/CONSISTENCY/PathResolutionConsistency.expected @@ -1,9 +1,5 @@ multipleResolvedTargets | main.rs:126:9:126:11 | f(...) | -| main.rs:366:9:368:16 | ...::f(...) | -| main.rs:369:9:371:16 | ...::f(...) | -| main.rs:450:9:454:16 | ...::f(...) | -| main.rs:455:9:459:16 | ...::f(...) | -| main.rs:565:9:566:15 | ...::Assoc(...) | -| main.rs:568:9:569:12 | ...::f1(...) | -| main.rs:571:9:572:12 | ...::f1(...) | +| main.rs:566:9:567:15 | ...::Assoc(...) | +| main.rs:569:9:570:12 | ...::f1(...) | +| main.rs:572:9:573:12 | ...::f1(...) | diff --git a/rust/ql/test/library-tests/type-inference/CONSISTENCY/PathResolutionConsistency.expected b/rust/ql/test/library-tests/type-inference/CONSISTENCY/PathResolutionConsistency.expected index 97dfe4bc278..5e7cfcf2baa 100644 --- a/rust/ql/test/library-tests/type-inference/CONSISTENCY/PathResolutionConsistency.expected +++ b/rust/ql/test/library-tests/type-inference/CONSISTENCY/PathResolutionConsistency.expected @@ -1,2 +1,2 @@ multipleResolvedTargets -| main.rs:2871:13:2871:17 | x.f() | +| main.rs:2902:13:2902:17 | x.f() |