X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=test%2Fstress%2Fset%2Fdel3%2Fset_del3.h;h=f53fb3d8c7b9f8b85533df7b13c6c34b3d20edaf;hp=012cb9d3e7f2a1de1bfb8364854082e06d7b46d9;hb=907e8f3e384f7161e35dc41ddc3a78c2bb86013b;hpb=59cb651402874a22500cab3ec586565b48f76059 diff --git a/test/stress/set/del3/set_del3.h b/test/stress/set/del3/set_del3.h index 012cb9d3..f53fb3d8 100644 --- a/test/stress/set/del3/set_del3.h +++ b/test/stress/set/del3/set_del3.h @@ -29,6 +29,7 @@ */ #include "set_type.h" +#include "../../misc/common.h" #include namespace set { @@ -878,7 +879,7 @@ namespace set { Set testSet( *this ); do_test_with( testSet ); - analyze( testSet ); + DEBUG(analyze( testSet )); } template @@ -888,7 +889,7 @@ namespace set { Set testSet( *this ); do_test_extract_with( testSet ); - analyze( testSet ); + DEBUG(analyze( testSet )); } template