X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=test%2Funit%2Fset%2Fmichael_michael_nogc.cpp;h=3c97a4e29a91b37fd5ffe97190d6cd97f3cf367c;hp=e80662319a8dafd028d3345be456df3880377124;hb=4c6eb072f7c8e857b69f1f63b51a17ec6974076e;hpb=744211978eaf0cbcd9139d07b8dfd6f72651b39f diff --git a/test/unit/set/michael_michael_nogc.cpp b/test/unit/set/michael_michael_nogc.cpp index e8066231..3c97a4e2 100644 --- a/test/unit/set/michael_michael_nogc.cpp +++ b/test/unit/set/michael_michael_nogc.cpp @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -183,7 +183,7 @@ namespace { set_type s( kSize, 4 ); test( s ); - EXPECT_GE( s.statistics().m_nInsertSuccess, 0 ); + EXPECT_GE( s.statistics().m_nInsertSuccess, 0u ); } TEST_F( MichaelSet_NoGC, wrapped_stat ) @@ -205,7 +205,7 @@ namespace { set_type s( kSize, 4 ); test( s ); - EXPECT_GE( s.statistics().m_nInsertSuccess, 0 ); + EXPECT_GE( s.statistics().m_nInsertSuccess, 0u ); } } // namespace