================
@@ -48,10 +65,13 @@ def cleanup():
 
         self.runCmd("frame variable ii --show-types")
 
+        match = f"std::{namespace}map<"
         self.runCmd(
-            'type summary add -x "std::map<" --summary-string "map has 
${svar%#} items" -e'
+            f'type summary add -x "{match}" --summary-string "map has 
${{svar%#}} items" -e'
         )
 
+        # self.assertFalse(True, match)
----------------
Michael137 wrote:

?

https://github.com/llvm/llvm-project/pull/140727
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to