File tree Expand file tree Collapse file tree
cpp/ql/test/library-tests/dataflow/models-as-data Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ void test_class_members() {
312312 sink (mc4.notASummary ());
313313 sink (mc4_ptr->madSelfToReturn ()); // $ ir
314314 sink (mc4_ptr->notASummary ());
315- sink (source2 ().madSelfToReturn ()); // $ MISSING: ir (works if flow is modelled from qualifier *address*)
315+ sink (source2 ().madSelfToReturn ()); // $ ir
316316 sink (source2 ().notASummary ());
317317
318318 mc5.val = source ();
@@ -322,7 +322,7 @@ void test_class_members() {
322322 mnc2_ptr = &mnc2;
323323 sink (mnc2.namespaceMadSelfToReturn ()); // $ ir
324324 sink (mnc2_ptr->namespaceMadSelfToReturn ()); // $ ir
325- sink (source3 ().namespaceMadSelfToReturn ()); // $ MISSING: ir (works if flow is modelled from qualifier *address*)
325+ sink (source3 ().namespaceMadSelfToReturn ()); // $ ir
326326
327327 // test class member sources + sinks + summaries together
328328
You can’t perform that action at this time.
0 commit comments