summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/commands/expression/rdar44436068/Test128BitsInteger.py
blob: 433c275fb58c52a8fecbefa619074a76487d8c4e (plain) (blame)
1
2
3
4
5
6
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(),
        decorators.skipIf(archs=["armv7k"]))