We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1266684 commit a1449bfCopy full SHA for a1449bf
cpp/ql/test/library-tests/dataflow/taint-tests/taint.cpp
@@ -827,5 +827,5 @@ void test_write_to_const_ptr_ptr() {
827
const char* in = indirect_source();
828
const char* out;
829
take_const_ptr(out, in);
830
- sink(out); // $ SPURIOUS: ast,ir
+ sink(out); // $ SPURIOUS: ast
831
}
0 commit comments