Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 772a515

Browse files
author
Robert Marsh
committed
C++: Update test comment
1 parent 9e3bfe1 commit 772a515

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cpp/ql/test/library-tests/dataflow/taint-tests

cpp/ql/test/library-tests/dataflow/taint-tests/vector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ void test_vector_output_iterator(int b) {
393393

394394
std::vector<int>::iterator i10 = v10.begin();
395395
vector_iterator_assign_wrapper(i10, 10);
396-
sink(v10); // FALSE POSITIVE
396+
sink(v10);
397397

398398
std::vector<int>::iterator i11 = v11.begin();
399399
vector_iterator_assign_wrapper(i11, source());

0 commit comments

Comments
 (0)