C++: Fixup forgotten test annotation

This should have been removed in 038bea2f52.
This commit is contained in:
Jonas Jensen
2020-05-14 15:57:47 +02:00
parent 1018eaff09
commit 3cd377e299

View File

@@ -121,7 +121,7 @@ void taint_x(Point *pp) {
}
void y_to_sink(Point *pp) {
sink(pp->y); // not tainted [FALSE POSITIVE]
sink(pp->y); // not tainted
}
void test_conflated_fields2() {