Files
llvm-project/lldb/test/API/lang/cpp/function_refs/TestFunctionRefs.py
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
201 B
Python
Raw Normal View History

from lldbsuite.test import lldbinline
from lldbsuite.test import decorators
2019-01-16 22:07:21 +00:00
lldbinline.MakeInlineTest(__file__, globals(),
lldbinline.expectedFailureAll(oslist=["windows"]))