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 dec5fc0 commit 46b8e3bCopy full SHA for 46b8e3b
1 file changed
cpp/ql/test/library-tests/dataflow/models-as-data/tests.cpp
@@ -49,7 +49,7 @@ void test_sources() {
49
50
remoteMadSourceIndirectArg0(&a, &b);
51
sink(a); // $ ir
52
- sink(a); // $ SPURIOUS: ir
+ sink(b);
53
remoteMadSourceIndirectArg1(c, d);
54
sink(c);
55
sink(d); // $ ir
0 commit comments