mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
C++: Accept test changes. I'm actually not sure why we lose these results (and lose the field conflation, yay) It might be due to #3364.
This commit is contained in:
@@ -23,8 +23,8 @@ void test_unique_ptr_struct() {
|
||||
|
||||
sink(p1->x); // $ MISSING: ast,ir
|
||||
sink(p1->y);
|
||||
sink(p2->x); // $ ir=22:46
|
||||
sink(p2->y); // $ SPURIOUS: ir=22:46
|
||||
sink(p2->x); // $ MISSING: ast,ir
|
||||
sink(p2->y);
|
||||
}
|
||||
|
||||
void test_shared_ptr_int() {
|
||||
@@ -41,6 +41,6 @@ void test_shared_ptr_struct() {
|
||||
|
||||
sink(p1->x); // $ MISSING: ast,ir
|
||||
sink(p1->y);
|
||||
sink(p2->x); // $ ir=40:46
|
||||
sink(p2->y); // $ SPURIOUS: ir=40:46
|
||||
sink(p2->x); // $ MISSING: ast,ir
|
||||
sink(p2->y);
|
||||
}
|
||||
Reference in New Issue
Block a user