Not needed now that we require python 3. Reviewed By: kastiglione, JDevlieghere Differential Revision: https://reviews.llvm.org/D131761
7 lines
196 B
Python
7 lines
196 B
Python
from lldbsuite.test import lldbinline
|
|
|
|
lldbinline.MakeInlineTest(
|
|
__file__, globals(), [
|
|
lldbinline.expectedFailureAll(
|
|
oslist=["windows"], bugnumber="llvm.org/pr24663")])
|