199451b44SJordan Rupprechtfrom lldbsuite.test import lldbinline 299451b44SJordan Rupprechtfrom lldbsuite.test import decorators 399451b44SJordan Rupprecht 4*2238dcc3SJonas Devliegherelldbinline.MakeInlineTest( 5*2238dcc3SJonas Devlieghere __file__, globals(), lldbinline.expectedFailureAll(oslist=["windows"]) 6*2238dcc3SJonas Devlieghere) 7