Skip to content

Commit 5abab25

Browse files
MathiasVPjbj
andauthored
Update cpp/ql/test/library-tests/dataflow/taint-tests/taint.cpp
Co-authored-by: Jonas Jensen <[email protected]>
1 parent 88dabff commit 5abab25

File tree

1 file changed

+2
-2
lines changed
  • cpp/ql/test/library-tests/dataflow/taint-tests

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ namespace IntWrapper
524524
void swap(Class &x, Class &y) {
525525
x.swap(y);
526526
}
527-
} // namespace ImplementationDetails
527+
} // namespace IntWrapper
528528

529529
// using std::swap;
530530

@@ -564,4 +564,4 @@ void test_move_assignment_operator()
564564

565565
sink(y.data); // tainted [FALSE NEGATIVE in IR]
566566
sink(x.data); // tainted
567-
}
567+
}

0 commit comments

Comments
 (0)