Skip to content

Commit d498eb0

Browse files
committed
Rust: Accept test changes
1 parent 4a9841d commit d498eb0

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

rust/ql/test/extractor-tests/canonical_path/CONSISTENCY/PathResolutionConsistency.expected

Lines changed: 0 additions & 3 deletions
This file was deleted.

rust/ql/test/extractor-tests/canonical_path_disabled/CONSISTENCY/PathResolutionConsistency.expected

Lines changed: 0 additions & 3 deletions
This file was deleted.

rust/ql/test/library-tests/path-resolution/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,8 @@ mod m24 {
606606
let impl_obj = Implementor; // $ item=I118
607607
let generic = GenericStruct { data: impl_obj }; // $ item=I115
608608

609-
generic.call_trait_a(); // $ MISSING: item=I116
610-
generic.call_both(); // $ MISSING: item=I117
609+
generic.call_trait_a(); // $ item=I116
610+
generic.call_both(); // $ item=I117
611611

612612
// Access through where clause type parameter constraint
613613
GenericStruct::<Implementor>::call_trait_a(&generic); // $ item=I116 item=I118

0 commit comments

Comments
 (0)