Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3719e10 commit cd41a1cCopy full SHA for cd41a1c
1 file changed
cpp/ql/test/library-tests/dataflow/models-as-data/tests.cpp
@@ -50,13 +50,13 @@ void test_sources() {
50
sink(c);
51
sink(d); // $ MISSING: ir
52
53
- sink(remoteMadSourceVar); // $ MISSING: ir
+ sink(remoteMadSourceVar); // $ ir
54
55
int e = localMadSource();
56
sink(e); // $ ir
57
58
sink(MyNamespace::namespaceLocalMadSource()); // $: ir
59
- sink(MyNamespace::namespaceLocalMadSourceVar); // $ MISSING: ir
+ sink(MyNamespace::namespaceLocalMadSourceVar); // $ ir
60
sink(MyNamespace::MyNamespace2::namespace2LocalMadSource()); // $ ir
61
sink(MyNamespace::localMadSource()); // $ (the MyNamespace version of this function is not a source)
62
sink(namespaceLocalMadSource()); // (the global namespace version of this function is not a source)
0 commit comments