diff options
Diffstat (limited to 'lldb/test/python_api/exprpath_synthetic/TestExprPathSynthetic.py')
-rw-r--r-- | lldb/test/python_api/exprpath_synthetic/TestExprPathSynthetic.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/python_api/exprpath_synthetic/TestExprPathSynthetic.py b/lldb/test/python_api/exprpath_synthetic/TestExprPathSynthetic.py new file mode 100644 index 00000000000..a70d2ca7414 --- /dev/null +++ b/lldb/test/python_api/exprpath_synthetic/TestExprPathSynthetic.py @@ -0,0 +1,3 @@ +import lldbinline + +lldbinline.MakeInlineTest(__file__, globals()) |