diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/name_lookup/main.cpp | 2 | ||||
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/name_lookup/main.cpp b/lldb/packages/Python/lldbsuite/test/python_api/name_lookup/main.cpp index 79aa2d0452f..b38208ce2a3 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/name_lookup/main.cpp +++ b/lldb/packages/Python/lldbsuite/test/python_api/name_lookup/main.cpp @@ -51,4 +51,4 @@ int main (int argc, char const *argv[]) g.unique_function_name(); g.unique_function_name(argc); return 0; -}
\ No newline at end of file +} diff --git a/lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/main.cpp b/lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/main.cpp index 650d87acd6e..c54339f3bba 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/main.cpp +++ b/lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/main.cpp @@ -11,4 +11,4 @@ int main() { f(); // break here f(); // break here return 0; -}
\ No newline at end of file +} |