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 8c95a9a commit 09ba25fCopy full SHA for 09ba25f
cpp/ql/test/library-tests/dataflow/smart-pointers-taint/test.cpp
@@ -23,8 +23,8 @@ void test_unique_ptr_struct() {
23
24
sink(p1->x); // $ MISSING: ast,ir
25
sink(p1->y);
26
- sink(p2->x); // $ ir=22:46
27
- sink(p2->y); // $ SPURIOUS: ir=22:46
+ sink(p2->x); // $ MISSING: ast,ir
+ sink(p2->y);
28
}
29
30
void test_shared_ptr_int() {
@@ -41,6 +41,6 @@ void test_shared_ptr_struct() {
41
42
43
44
- sink(p2->x); // $ ir=40:46
45
- sink(p2->y); // $ SPURIOUS: ir=40:46
46
0 commit comments