BronsonAVLTreeMap: fixed extract_min/max functions
[libcds.git] / test / stress / map / map_type_bronson_avltree.h
index 7f6ee03a8657217fc856af1d6890caf2a3607a90..58a55b458c1273fe9d548ac67dfd62928f49a06c 100644 (file)
@@ -190,7 +190,7 @@ namespace map {
             {
                 EXPECT_TRUE( false ) << "Tree violation on level=" << nLevel << ": hLeft=" << hLeft << ", hRight=" << hRight;
             });
-        EXPECT_TRUE( check_consistency_result );
+        EXPECT_TRUE( check_consistency_result ) << "Internal tree structure violation";
     }