SkipList: fixed infinite loop when one thread inserts a key and another remove the...
[libcds.git] / test / include / cds_test / stat_skiplist_out.h
index 30f51373b11a4dc93f12209b08e6cf6f868714dc..d867127a19729169fd597b2b34fcf4fa1c64867f 100644 (file)
@@ -75,7 +75,7 @@ namespace cds_test {
             << CDSSTRESS_STAT_OUT( s, m_nFindSlowFailed )
             << CDSSTRESS_STAT_OUT( s, m_nRenewInsertPosition )
             << CDSSTRESS_STAT_OUT( s, m_nLogicDeleteWhileInsert )
-            << CDSSTRESS_STAT_OUT( s, m_nNotFoundWhileInsert )
+            << CDSSTRESS_STAT_OUT( s, m_nRemoveWhileInsert )
             << CDSSTRESS_STAT_OUT( s, m_nFastErase )
             << CDSSTRESS_STAT_OUT( s, m_nSlowErase )
             << CDSSTRESS_STAT_OUT( s, m_nFastExtract )