aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/gmodules/templates/TestGModules.py
blob: 16c30434f9f958aebf41e95cec6ffad23ba1a6b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
import lldbsuite.test.lldbinline as lldbinline
from lldbsuite.test.decorators import *

lldbinline.MakeInlineTest(
    __file__,
    globals(),
    [
        expectedFailureAll(oslist=["linux"], bugnumber="llvm.org/pr36107"),
        add_test_categories(["gmodules"]),
    ],
)