Skip to content

Commit db86f6a

Browse files
committed
C++: Fix annotation.
1 parent d3dc318 commit db86f6a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ void test_CSimpleMap() {
785785
{
786786
CSimpleMap<char*, wchar_t*> a;
787787
auto pos = a.FindKey("hello");
788-
sink(a.GetValueAt(pos)); // $ MISSING: ir
788+
sink(a.GetValueAt(pos)); // clean
789789
}
790790
{
791791
CSimpleMap<char*, wchar_t*> a;

0 commit comments

Comments
 (0)