summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2023-09-11 16:42:27 +0000
committerDavid Spickett <david.spickett@linaro.org>2023-09-11 16:44:12 +0000
commit6bf923d5c3daf5d66e0acf53d037a12ceff4a275 (patch)
tree3695e03a1e163e6e984caa06051ecb4bf214bed5 /lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py
parent62bec3de128d3dda3d400eaf20cfb3ac220e23d1 (diff)
[lldb][Tests] Reformat API tests with black
These are all recent additions I think, including a few of mine for AArch64. Going forward the CI checks should help us fix these earlier.
Diffstat (limited to 'lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py')
-rw-r--r--lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py b/lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py
index 528c9fdce69c..a7003c3c3f1f 100644
--- a/lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py
+++ b/lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py
@@ -25,7 +25,7 @@ class TestInteractiveScriptedProcess(TestBase):
# These tests are flakey and sometimes timeout. They work most of the time
# so the basic event flow is right, but somehow the handling is off.
@skipUnlessDarwin
- @skipIfDarwin
+ @skipIfDarwin
def test_passthrough_launch(self):
"""Test a simple pass-through process launch"""
self.passthrough_launch()