C++: Fix annotation.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-12-09 13:32:22 +00:00
parent d3dc318ba1
commit db86f6aaf9

View File

@@ -785,7 +785,7 @@ void test_CSimpleMap() {
{
CSimpleMap<char*, wchar_t*> a;
auto pos = a.FindKey("hello");
sink(a.GetValueAt(pos)); // $ MISSING: ir
sink(a.GetValueAt(pos)); // clean
}
{
CSimpleMap<char*, wchar_t*> a;