[Clang] Prevent `mlink-builtin-bitcode` from internalizing the RPC client (#118661)
[llvm-project.git] / lldb / test / API / commands / expression / ignore-artificial-constructors / TestIgnoreArtificialConstructors.py
blob4de2a41ee700ebf7dd51fa59c6efe76a1f508e3f
1 from lldbsuite.test import lldbinline
2 from lldbsuite.test import decorators
4 lldbinline.MakeInlineTest(
5 __file__,
6 globals(),
7 [lldbinline.expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr43707")],