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 3b0a286 commit 6543da9Copy full SHA for 6543da9
1 file changed
cpp/ql/test/library-tests/dataflow/dataflow-tests/test.cpp
@@ -718,5 +718,5 @@ void write_to_star_buf(unsigned char *buf) // $ ast-def=buf
718
void test(unsigned char *source) // $ ast-def=source
719
{
720
write_to_star_buf(source);
721
- sink(*source); // $ SPURIOUS: ir
+ sink(*source); // clean
722
}
0 commit comments