File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
rust/ql/test/utils-tests/modelgenerator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ impl MyStruct {
5454 MyStruct { foo : a, bar : b }
5555 }
5656
57- // MISSING: summary=repo::test;<crate::summaries::MyStruct>::get_foo;Argument[self].Struct[crate::summaries::MyStruct::foo];ReturnValue;value;dfc-generated
57+ // summary=repo::test;<crate::summaries::MyStruct>::get_foo;Argument[self].Struct[crate::summaries::MyStruct::foo];ReturnValue;value;dfc-generated
5858 pub fn get_foo ( self ) -> i64 {
5959 match self {
6060 MyStruct { foo, bar : _ } => foo
6161 }
6262 }
6363
64- // MISSING: summary=repo::test;<crate::summaries::MyStruct>::get_foo ;Argument[self].Struct[crate::summaries::MyStruct::bar];ReturnValue;value;dfc-generated
64+ // summary=repo::test;<crate::summaries::MyStruct>::get_bar ;Argument[self].Struct[crate::summaries::MyStruct::bar];ReturnValue;value;dfc-generated
6565 pub fn get_bar ( self ) -> f64 {
6666 match self {
6767 MyStruct { foo : _, bar } => bar
You can’t perform that action at this time.
0 commit comments