Skip to content

Commit 94b57ac

Browse files
geoffw0Copilot
andauthored
Update rust/ql/test/library-tests/dataflow/modeled/main.rs
Co-authored-by: Copilot <[email protected]>
1 parent ebd75a1 commit 94b57ac

File tree

1 file changed

+1
-1
lines changed
  • rust/ql/test/library-tests/dataflow/modeled

1 file changed

+1
-1
lines changed

rust/ql/test/library-tests/dataflow/modeled/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ fn test_pin() {
128128
let mut ms = MyStruct { val: source(42) };
129129
let mut pin5 = Pin::new_unchecked(&ms);
130130
sink(pin5.val); // $ MISSING: hasValueFlow=42
131-
sink(Pin::into_inner_unchecked(pin5).val); // $ MISSING: hasValueFlow=40
131+
sink(Pin::into_inner_unchecked(pin5).val); // $ MISSING: hasValueFlow=42
132132
}
133133

134134
{

0 commit comments

Comments
 (0)