X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=test%2Fstress%2Fmap%2Fdelodd%2Fmap_delodd.h;h=ea7a7fe5c7af1824965ae42c1d09aa077f8fbaf2;hp=f4db078d192ca0938ef190859e71505e04948008;hb=907e8f3e384f7161e35dc41ddc3a78c2bb86013b;hpb=59cb651402874a22500cab3ec586565b48f76059 diff --git a/test/stress/map/delodd/map_delodd.h b/test/stress/map/delodd/map_delodd.h index f4db078d..ea7a7fe5 100644 --- a/test/stress/map/delodd/map_delodd.h +++ b/test/stress/map/delodd/map_delodd.h @@ -29,6 +29,7 @@ */ #include "map_type.h" +#include "../../misc/common.h" #include namespace map { @@ -691,7 +692,7 @@ namespace map { << std::make_pair( "find_odd_success", nFindOddSuccess ) << std::make_pair( "find_odd_failed", nFindOddFailed ); - analyze( testMap ); + DEBUG(analyze( testMap )); } template @@ -800,7 +801,7 @@ namespace map { << std::make_pair( "find_odd_success", nFindOddSuccess ) << std::make_pair( "find_odd_failed", nFindOddFailed ); - analyze( testMap ); + DEBUG(analyze( testMap )); } template