summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/TestGModules.py
blob: 69d04636d86b673d08d0790de8f6c870babfad36 (plain) (blame)
1
2
3
4
5
6
import lldbsuite.test.lldbinline as lldbinline
from lldbsuite.test.decorators import *

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