[Lldb-commits] [lldb] [LLDB] Add formatters for MSVC STL std::vector (PR #147538)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 9 07:08:21 PDT 2025
================
@@ -88,3 +102,9 @@ def test_libstdcxx_debug(self):
dictionary={"USE_LIBSTDCPP": 1, "CXXFLAGS_EXTRAS": "-D_GLIBCXX_DEBUG"}
)
self.do_test()
+
+ @add_test_categories(["msvcstl"])
+ def test_libstdcxx(self):
+ # No flags, because the "msvcstl" category checks that the MSVC STL is used by default.
+ self.build(dictionary={})
----------------
Michael137 wrote:
```suggestion
self.build()
```
https://github.com/llvm/llvm-project/pull/147538
More information about the lldb-commits
mailing list