diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/c/offsetof/TestOffsetof.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/c/offsetof/TestOffsetof.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/offsetof/TestOffsetof.py b/lldb/packages/Python/lldbsuite/test/lang/c/offsetof/TestOffsetof.py new file mode 100644 index 00000000000..1311a149326 --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/lang/c/offsetof/TestOffsetof.py @@ -0,0 +1,3 @@ +from lldbsuite.test import lldbinline + +lldbinline.MakeInlineTest(__file__, globals()) |