aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/function_refs/TestFunctionRefs.py
blob: bebdbf609562bb4e39861bf8596b6b9f840686ce (plain)
1
2
3
4
5
6
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(
    __file__, globals(), lldbinline.expectedFailureAll(oslist=["windows"])
)