================ @@ -118,3 +118,9 @@ def test_libcxx(self): def test_libstdcxx(self): self.build(dictionary={"USE_LIBSTDCPP": 1}) self.do_test() + + @add_test_categories(["msvcstl"]) + def test_msvcstl(self): + # No flags, because the "msvcstl" category checks that the MSVC STL is used by default. + self.build(dictionary={}) ---------------- Michael137 wrote:
```suggestion # No flags, because the "msvcstl" category checks that the MSVC STL is used by default. self.build() ``` https://github.com/llvm/llvm-project/pull/147575 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits