summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/process_attach/attach_denied/TestAttachDenied.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/process_attach/attach_denied/TestAttachDenied.py')
-rw-r--r--lldb/test/functionalities/process_attach/attach_denied/TestAttachDenied.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/test/functionalities/process_attach/attach_denied/TestAttachDenied.py b/lldb/test/functionalities/process_attach/attach_denied/TestAttachDenied.py
index 57ef2e053b9..65d0c235cd6 100644
--- a/lldb/test/functionalities/process_attach/attach_denied/TestAttachDenied.py
+++ b/lldb/test/functionalities/process_attach/attach_denied/TestAttachDenied.py
@@ -24,8 +24,7 @@ class AttachDeniedTestCase(TestBase):
@skipIfLinux # hanging after reviews D13124 change went in
def test_attach_to_process_by_id_denied(self):
"""Test attach by process id denied"""
-
- self.buildDefault()
+ self.build()
exe = os.path.join(os.getcwd(), exe_name)
# Use a file as a synchronization point between test and inferior.
OpenPOWER on IntegriCloud