File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cpp/ql/test/library-tests/dataflow/models-as-data Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ void test_sources() {
56
56
sink (v_direct); // $ ir
57
57
58
58
sink (remoteMadSourceIndirect ());
59
- sink (*remoteMadSourceIndirect ()); // $ MISSING: ir
59
+ sink (*remoteMadSourceIndirect ()); // $ ir
60
60
sink (*remoteMadSourceDoubleIndirect ());
61
- sink (**remoteMadSourceDoubleIndirect ()); // $ MISSING: ir
61
+ sink (**remoteMadSourceDoubleIndirect ()); // $ ir
62
62
63
63
int a, b, c, d;
64
64
@@ -124,7 +124,7 @@ void test_sinks() {
124
124
// test sources + sinks together
125
125
126
126
madSinkArg0 (localMadSource ()); // $ ir
127
- madSinkIndirectArg0 (remoteMadSourceIndirect ()); // $ MISSING: ir
127
+ madSinkIndirectArg0 (remoteMadSourceIndirect ()); // $ ir
128
128
madSinkVar = remoteMadSourceVar; // $ ir
129
129
*madSinkVarIndirect = remoteMadSourceVar; // $ MISSING: ir
130
130
}
You can’t perform that action at this time.
0 commit comments