Files
clang-p2996/lldb/test/API/functionalities/data-formatter/dump_dynamic/TestDumpDynamic.py
David Spickett 193259cbce [LLDB] Remove __future__ imports from tests
Not needed now that we require python 3.

Reviewed By: kastiglione, JDevlieghere

Differential Revision: https://reviews.llvm.org/D131761
2022-08-15 08:54:06 +00:00

7 lines
196 B
Python

from lldbsuite.test import lldbinline
lldbinline.MakeInlineTest(
__file__, globals(), [
lldbinline.expectedFailureAll(
oslist=["windows"], bugnumber="llvm.org/pr24663")])