summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/function_symbol/TestSymbolAPI.py
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2023-06-16 14:48:37 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2023-06-16 14:51:14 -0700
commitab855530f797bbc113f75f833a4ca5711749d7c8 (patch)
tree3c0e893e4e3e12d5e907724aa92e9a37d1d86c55 /lldb/test/API/python_api/function_symbol/TestSymbolAPI.py
parentc8c583071591dbc6927955e608dcd44c0bac8b9c (diff)
[lldb] Fix Python test formatting (NFC)
All Python files in the LLVM repository were reformatted with Black [1]. Files inside the LLDB subproject were reformatted in 2238dcc39358. This patch updates a handful of tests that were added or modified since then and weren't formatted with Black. [1] https://discourse.llvm.org/t/rfc-document-and-standardize-python-code-style/68257
Diffstat (limited to 'lldb/test/API/python_api/function_symbol/TestSymbolAPI.py')
-rw-r--r--lldb/test/API/python_api/function_symbol/TestSymbolAPI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/API/python_api/function_symbol/TestSymbolAPI.py b/lldb/test/API/python_api/function_symbol/TestSymbolAPI.py
index 04c807bbb76a..309e3796dbd4 100644
--- a/lldb/test/API/python_api/function_symbol/TestSymbolAPI.py
+++ b/lldb/test/API/python_api/function_symbol/TestSymbolAPI.py
@@ -20,7 +20,7 @@ class SymbolAPITestCase(TestBase):
"main.c", "// Find the line number for breakpoint 2 here."
)
- @expectedFailureAll(oslist=["windows"], bugnumber='llvm.org/pr21765')
+ @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr21765")
def test(self):
"""Exercise some SBSymbol and SBAddress APIs."""
self.build()