diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dotest.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py index a639714..4393e0c 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest.py +++ b/lldb/packages/Python/lldbsuite/test/dotest.py @@ -442,8 +442,6 @@ def parseOptionsAndInitTestdirs(): os.path.realpath(os.path.abspath(x)) for x in args.args ] - lldbtest_config.codesign_identity = args.codesign_identity - def registerFaulthandler(): try: |