Skip to content

Commit 68860b1

Browse files
committed
Rust: Accept test changes
1 parent ecead2c commit 68860b1

File tree

4 files changed

+2
-21
lines changed

4 files changed

+2
-21
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

rust/ql/test/query-tests/security/CWE-089/CONSISTENCY/PathResolutionConsistency.expected

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

0 commit comments

Comments
 (0)