Skip to content

Commit 3cd377e

Browse files
committed
C++: Fixup forgotten test annotation
This should have been removed in 038bea2.
1 parent 1018eaf commit 3cd377e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/test/library-tests/dataflow/DefaultTaintTracking/defaulttainttracking.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void taint_x(Point *pp) {
121121
}
122122

123123
void y_to_sink(Point *pp) {
124-
sink(pp->y); // not tainted [FALSE POSITIVE]
124+
sink(pp->y); // not tainted
125125
}
126126

127127
void test_conflated_fields2() {

0 commit comments

Comments
 (0)