diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/expression_command/rdar42038760/TestScalarURem.py')
-rw-r--r-- | packages/Python/lldbsuite/test/expression_command/rdar42038760/TestScalarURem.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/expression_command/rdar42038760/TestScalarURem.py b/packages/Python/lldbsuite/test/expression_command/rdar42038760/TestScalarURem.py new file mode 100644 index 0000000000000..03424658f3ed3 --- /dev/null +++ b/packages/Python/lldbsuite/test/expression_command/rdar42038760/TestScalarURem.py @@ -0,0 +1,4 @@ +from lldbsuite.test import lldbinline +from lldbsuite.test import decorators + +lldbinline.MakeInlineTest(__file__, globals(), None) |