aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/plugins/builder_linux.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/plugins/builder_linux.py')
-rw-r--r--packages/Python/lldbsuite/test/plugins/builder_linux.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/Python/lldbsuite/test/plugins/builder_linux.py b/packages/Python/lldbsuite/test/plugins/builder_linux.py
index e56be429823e..d9e654dc32f2 100644
--- a/packages/Python/lldbsuite/test/plugins/builder_linux.py
+++ b/packages/Python/lldbsuite/test/plugins/builder_linux.py
@@ -1,4 +1,10 @@
from builder_base import *
-def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
+
+def buildDsym(
+ sender=None,
+ architecture=None,
+ compiler=None,
+ dictionary=None,
+ clean=True):
return False