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

Skip to content

Commit cd41a1c

Browse files
committed
C++: Accept test changes.
1 parent 3719e10 commit cd41a1c

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
@@ -50,13 +50,13 @@ void test_sources() {
5050
sink(c);
5151
sink(d); // $ MISSING: ir
5252

53-
sink(remoteMadSourceVar); // $ MISSING: ir
53+
sink(remoteMadSourceVar); // $ ir
5454

5555
int e = localMadSource();
5656
sink(e); // $ ir
5757

5858
sink(MyNamespace::namespaceLocalMadSource()); // $: ir
59-
sink(MyNamespace::namespaceLocalMadSourceVar); // $ MISSING: ir
59+
sink(MyNamespace::namespaceLocalMadSourceVar); // $ ir
6060
sink(MyNamespace::MyNamespace2::namespace2LocalMadSource()); // $ ir
6161
sink(MyNamespace::localMadSource()); // $ (the MyNamespace version of this function is not a source)
6262
sink(namespaceLocalMadSource()); // (the global namespace version of this function is not a source)

0 commit comments

Comments
 (0)