Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19cc620

Browse files
committed
C++: Effect of 'Fix dataflow node <> expression problem on prvalues' from main.
1 parent f208594 commit 19cc620

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • cpp/ql/test/library-tests/dataflow/models-as-data

cpp/ql/test/library-tests/dataflow/models-as-data/tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)