We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150d4f3 commit c93a051Copy full SHA for c93a051
1 file changed
cpp/ql/test/library-tests/dataflow/dataflow-tests/test.cpp
@@ -692,7 +692,7 @@ void test_static_local_9() {
692
693
void increment_buf(int** buf) { // $ ast-def=buf ir-def=*buf ir-def=**buf
694
*buf += 10;
695
- sink(buf); // $ SPURIOUS: ast,ir
+ sink(buf); // $ SPURIOUS: ast
696
}
697
698
void call_increment_buf(int** buf) { // $ ast-def=buf
0 commit comments