Skip to content

Commit a545361

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

File tree

5 files changed

+2
-38
lines changed

5 files changed

+2
-38
lines changed

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

-3
This file was deleted.

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

-3
This file was deleted.

rust/ql/test/library-tests/frameworks/postgres/CONSISTENCY/PathResolutionConsistency.expected

-17
This file was deleted.

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

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

-13
This file was deleted.

0 commit comments

Comments
 (0)